lua-vm 0.3.6

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

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

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