This commit is contained in:
2026-07-11 12:40:35 -05:00
parent f1eaaae5d0
commit 6dccf5fc23
14 changed files with 363 additions and 40 deletions
Generated
+8
View File
@@ -420,6 +420,12 @@ dependencies = [
"litrs",
]
[[package]]
name = "doryen-fov"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a8e6ef8177b52d581c728655ff05fe03a6634ed496fc2c6642bb17b91d27aa9"
[[package]]
name = "downcast-rs"
version = "1.2.1"
@@ -754,6 +760,7 @@ name = "kiln-core"
version = "0.1.0"
dependencies = [
"color",
"doryen-fov",
"log",
"rhai",
"serde",
@@ -769,6 +776,7 @@ dependencies = [
"kiln-core",
"kiln-ui",
"ratatui",
"toml",
]
[[package]]