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

[[package]]
name = "kevy-lua-host"
version = "5.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"