initial commit for standalone rust program

This commit is contained in:
grimsace
2026-04-21 14:01:33 -05:00
parent 2b42fe7ea7
commit 4295bb6b0f
7 changed files with 5246 additions and 180 deletions
+11
View File
@@ -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"