Move everything to a tracker directory

This commit is contained in:
Gwilym Inzani 2023-07-12 12:19:50 +01:00
parent aefa842624
commit af0cf7170e
10 changed files with 2 additions and 1 deletions

1
tracker/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
agb-*/Cargo.lock

View file

@ -8,5 +8,5 @@ repository = "https://github.com/agbrs/agb"
[dependencies] [dependencies]
agb_xm = { version = "0.15.0", path = "../agb-xm" } agb_xm = { version = "0.15.0", path = "../agb-xm" }
agb = { version = "0.15.0", path = "../agb" } agb = { version = "0.15.0", path = "../../agb" }
agb_tracker_interop = { version = "0.15.0", path = "../agb-tracker-interop", default-features = false } agb_tracker_interop = { version = "0.15.0", path = "../agb-tracker-interop", default-features = false }