-
- Downloads
release 1
[package] | ||
name = "tudelft-nes-test" | ||
version = "0.1.1" | ||
version = "1.0.0" | ||
edition = "2021" | ||
authors = [ | ||
"Victor Roest <victor@xirion.net>", | ||
... | ... | @@ -15,5 +15,7 @@ license = "MIT" |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
tudelft-nes-ppu = "1.0.3" | ||
tudelft-nes-ppu = {version="1.0.3", path="../tudelft-nes-ppu"} | ||
thiserror = "1.0.32" | ||
bitflags = "1.3.2" | ||
log = "0.4.17" |
src/all_instrs.rs
0 → 100644
Please sign in to comment