kevy-lua-host 2.0.20

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 = "2.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4b1c114f57af2b3ca1290a203e050457fe3b4429b2040b484aa71f66dba3c54"
dependencies = [
 "kevy-hash",
]

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

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

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

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

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