mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 23:26:33 +11:00
Use the local copy of agb rather than the version from crates.io
This commit is contained in:
parent
8a197dbd2b
commit
df1d016235
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pong"
|
name = "pong"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = [""]
|
authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
agb = "0.8.0"
|
agb = { version = "0.8.0", path = "../../../agb" }
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
|
Loading…
Add table
Reference in a new issue