initial commit with basic functionality

This commit is contained in:
grimsace
2026-03-05 19:17:01 -06:00
parent 49e58334e8
commit 57dd737637
3 changed files with 119 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[package]
name = "desktop_dungeon_generator"
version = "0.1.0"
edition = "2024"
[dependencies]
eframe = "0.31"