last move i promise

This commit is contained in:
Alex Janka 2023-03-04 08:46:00 +11:00
parent f85cf81631
commit f2e777e516
33 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
[workspace]
members = ["gb-emu-lib", "gb-emu-bin"]
members = ["lib", "gb-emu"]

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gb-emu-lib = { path = "../gb-emu-lib" }
gb-emu-lib = { path = "../lib" }
clap = {version = "4.1.8", features = ["derive"]}
minifb = "0.24"
gilrs = "0.10.1"