lua-vm 0.4.0

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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11e2a6e19969172d8c70d2ef9e39e84ef61c390082fd18e700f8cdd31396c145"

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

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