mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
* initial work * refactor perlin noise function & re-add tests * make the biome tree compile time * seperate density function stacks
24 lines
419 B
TOML
24 lines
419 B
TOML
[package]
|
|
name = "pumpkin-data"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
build = "build/build.rs"
|
|
|
|
[dependencies]
|
|
pumpkin-util = { path = "../pumpkin-util" }
|
|
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
[build-dependencies]
|
|
pumpkin-util = { path = "../pumpkin-util" }
|
|
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
serde_json5 = "0.2.1"
|
|
heck = "0.5"
|
|
proc-macro2 = "1.0"
|
|
quote = "1.0"
|
|
syn = "2.0"
|