This commit is contained in:
2026-01-27 01:05:33 +00:00
parent f3d258cbc9
commit bb80172fe1
3 changed files with 146 additions and 48 deletions

7
Cargo.lock generated
View File

@@ -309,6 +309,7 @@ dependencies = [
"bevy",
"include_dir",
"mlua",
"nameof",
]
[[package]]
@@ -2933,6 +2934,12 @@ dependencies = [
"unicode-ident",
]
[[package]]
name = "nameof"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae5794a00611c89e072a2d8bd5164c410a96181f1f7f40676c94293d44af1401"
[[package]]
name = "ndk"
version = "0.8.0"