lua-vm 0.4.4

omniLua's bytecode virtual machine and interpreter loop — internal crate; depend on `omnilua`.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "lua-gc"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "706615b0c38892dc9f566e97a7bfae48e68931f3d958e70587c62afede1eba43"

[[package]]
name = "lua-types"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89731a64e271b81bcf31eaa3dd63fdccea71473b4fa4e8857380704a8152bb53"
dependencies = [
 "lua-gc",
]

[[package]]
name = "lua-vm"
version = "0.4.4"
dependencies = [
 "lua-gc",
 "lua-types",
]