mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Move everything to a tracker directory
This commit is contained in:
parent
aefa842624
commit
af0cf7170e
1
tracker/.gitignore
vendored
Normal file
1
tracker/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
agb-*/Cargo.lock
|
|
@ -8,5 +8,5 @@ repository = "https://github.com/agbrs/agb"
|
|||
|
||||
[dependencies]
|
||||
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 }
|
Loading…
Reference in a new issue