kevy-lua-host 5.4.1

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-lua"
version = "5.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c968d06fa333bef8aad0ea48df932f952536463f0d78d04473efeb095a95ac9a"
dependencies = [
 "luna-core",
]

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

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