diff --git a/emulator/test-runner/Cargo.toml b/emulator/test-runner/Cargo.toml index e35364d5..65889bee 100644 --- a/emulator/test-runner/Cargo.toml +++ b/emulator/test-runner/Cargo.toml @@ -10,4 +10,4 @@ mgba = { path = "../mgba" } clap = { version = "4.3", features = ["derive"] } anyhow = "1.0" image = { version = "0.24", default-features = false, features = [ "png", "bmp" ] } -agb-gbafix = { path = "../../agb/agb-gbafix" } \ No newline at end of file +agb-gbafix = { path = "../../agb-gbafix" } \ No newline at end of file