kevy-lua-host 1.46.0

kevy-side glue between the kevy-lua bridge and the kevy server's command dispatch path. Owns the per-shard Lua Bridge plus the scoped raw-pointer indirection that lets the bridge's dispatch closure reach `&mut T` shard state without crates.io thread-local helpers.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "kevy-bytes"
version = "1.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa89a5deb4c86b88da413361ef0a660dd2f952205fbc9c236f9e56532708060d"
dependencies = [
 "kevy-hash",
]

[[package]]
name = "kevy-hash"
version = "1.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61af356ea55a38765adc599b50c45e51bf8a006cc910e6c077e46be78581f237"

[[package]]
name = "kevy-lua"
version = "1.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e352eb36032c7c67d829cf54b46449346d0e134403f8c7e89195f0ff466d070f"
dependencies = [
 "kevy-bytes",
 "kevy-resp",
 "luna-core",
]

[[package]]
name = "kevy-lua-host"
version = "1.46.0"
dependencies = [
 "kevy-lua",
]

[[package]]
name = "kevy-resp"
version = "1.47.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc73c7e0d3eec5a272f0d235d6e5668bc0f739dc701110aa60e5c69b6e5bb3c1"
dependencies = [
 "kevy-bytes",
]

[[package]]
name = "luna-core"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6002a2a8bb8e91ac87b178d3c86f18c2e96cfdfcc9e00b1d6797ae9517a4e5d"