lua-vm 0.7.1

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

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

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