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

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

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