Use the local copy of agb rather than the version from crates.io

This commit is contained in:
GBA bot 2022-01-01 22:47:01 +00:00
parent 8a197dbd2b
commit df1d016235

View file

@ -1,13 +1,13 @@
[package]
name = "pong"
version = "0.1.0"
authors = [""]
authors = ["Gwilym Kuiper <gw@ilym.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
agb = "0.8.0"
agb = { version = "0.8.0", path = "../../../agb" }
[profile.release]
panic = "abort"