mirror of
https://github.com/NguyenDuck/blocktopograph.git
synced 2025-07-15 09:14:52 +00:00
20 lines
415 B
TOML
20 lines
415 B
TOML
[package]
|
|
name = "blocktopograph"
|
|
version = "0.0.1"
|
|
edition = "2021"
|
|
authors = ["NguyenDuck <nguyenduck2k4@gmail.com>"]
|
|
description = ""
|
|
license = "LICENSE"
|
|
repository = "https://github.com/NguyenDuck/blocktopograph"
|
|
|
|
[dependencies]
|
|
bytemuck = "1.23.1"
|
|
byteorder = "1.5.0"
|
|
bytes = "1.10.1"
|
|
mojang-leveldb = "0.7.0"
|
|
bnbt = "0.0.5"
|
|
raw-window-handle = "0.6.2"
|
|
serde = "1.0.219"
|
|
thiserror = "2.0.12"
|
|
winit = "0.30.11"
|