lua-vm 0.3.3

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

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

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