trueLMAO/emu/Cargo.toml
2023-03-01 22:51:51 +00:00

11 lines
270 B
TOML

[package]
name = "emu"
version = "0.0.1"
edition = "2021"
[dependencies]
r68k-emu = { git = "https://github.com/marhel/r68k.git" }
r68k-tools = { git = "https://github.com/marhel/r68k.git" }
z80 = "1.0.2"
instant = { version = "0.1.12", features = [ "wasm-bindgen" ] }