-
- Downloads
Merge branch 'pub_rom' into 'main'
make roms public See merge request software-fundamentals/nes-emulator-testing!1
[package] | [package] | ||
name = "tudelft-nes-test" | name = "tudelft-nes-test" | ||
version = "1.1.4" | version = "1.1.5" | ||
edition = "2021" | edition = "2021" | ||
authors = [ | authors = [ | ||
"Victor Roest <victor@xirion.net>", | "Victor Roest <victor@xirion.net>", | ||
... | @@ -15,7 +15,7 @@ license = "MIT" | ... | @@ -15,7 +15,7 @@ license = "MIT" |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | [dependencies] | ||
tudelft-nes-ppu = "1.0.4" | tudelft-nes-ppu = "1.0" | ||
thiserror = "1.0.32" | thiserror = "1.0" | ||
bitflags = "1.3.2" | bitflags = "1.3" | ||
log = "0.4.17" | log = "0.4" |
Please sign in to comment