last move i promise
This commit is contained in:
parent
f85cf81631
commit
f2e777e516
33 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
[workspace]
|
||||
members = ["gb-emu-lib", "gb-emu-bin"]
|
||||
members = ["lib", "gb-emu"]
|
|
@ -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"
|
Loading…
Add table
Reference in a new issue