rsemu 0.0.2

A multiplatform emulator in pure Rust, built bottom-up on a generic framework.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "compcol"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c11ff3545f0554bd738d69ab7d4556713f7b986706563b0554a89339cee83396"

[[package]]
name = "oxideav-png"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c78483db4263204f6f9e2e63354b45f0fe2f83e0e08282f68c8a9647d537fa1f"
dependencies = [
 "compcol",
]

[[package]]
name = "rsemu"
version = "0.0.2"
dependencies = [
 "oxideav-png",
]