-
- Downloads
update and fix for v2 release
[package] | ||
name = "tudelft-nes-test" | ||
version = "2.0.0" | ||
version = "2.1.0" | ||
edition = "2021" | ||
authors = [ | ||
"Victor Roest <victor@xirion.net>", | ||
... | ... | @@ -15,7 +15,7 @@ license = "MIT" |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
tudelft-nes-ppu = "2.0.0" | ||
thiserror = "1.0" | ||
bitflags = "1.3" | ||
tudelft-nes-ppu = { version = "2", path = "../tudelft-nes-ppu" } | ||
thiserror = "1" | ||
bitflags = "2.4" | ||
log = "0.4" |
Please sign in to comment