initial commit for standalone rust program
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "advanced_erosion_terrain_heightmap_generation"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
eframe = "0.33"
|
||||
egui = "0.33"
|
||||
image = { version = "0.25", default-features = false, features = ["png"] }
|
||||
rand = "0.9"
|
||||
rayon = "1.10"
|
||||
Reference in New Issue
Block a user