funny world gen (translated Terrain4J's noise to rust for funsies)
This commit is contained in:
parent
1519a1c065
commit
cb12591f5d
6 changed files with 292 additions and 26 deletions
|
|
@ -24,6 +24,8 @@ console_error_panic_hook = "0.1.7"
|
|||
bytemuck = { version = "1.25.0", features = [ "derive" ]}
|
||||
image = { version = "0.24", default-features = false, features = ["png", "jpeg"]}
|
||||
mars = { path = "../Mars" }
|
||||
rand = "0.8"
|
||||
rand_chacha = "0.3"
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
console_error_panic_hook = "0.1.6"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue