mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
fix path
This commit is contained in:
parent
4acf98bcbd
commit
c75ddf0942
|
@ -10,4 +10,4 @@ mgba = { path = "../mgba" }
|
||||||
clap = { version = "4.3", features = ["derive"] }
|
clap = { version = "4.3", features = ["derive"] }
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
image = { version = "0.24", default-features = false, features = [ "png", "bmp" ] }
|
image = { version = "0.24", default-features = false, features = [ "png", "bmp" ] }
|
||||||
agb-gbafix = { path = "../../agb/agb-gbafix" }
|
agb-gbafix = { path = "../../agb-gbafix" }
|
Loading…
Reference in a new issue