object scripting wip

This commit is contained in:
2026-05-30 18:48:41 -05:00
parent 212297ecf9
commit 96ec8e8e92
7 changed files with 547 additions and 57 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ edition = "2024"
eframe = "0.33.3"
rhai = "1"
serde = { version = "1", features = ["derive"] }
toml = "0.8"
toml = { version = "0.8", features = ["preserve_order"] }
image = { version = "0.25", default-features = false, features = ["png"] }
rfd = "0.15"