This commit is contained in:
2026-07-14 23:48:50 -05:00
parent 03185c9c68
commit 5146cc9bcc
25 changed files with 380 additions and 272 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
color = "0.3.3"
color = { version = "0.3.3", features = ["serde"] }
doryen-fov = "0.1"
rhai = "1"
serde = { version = "1", features = ["derive"] }