mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-25 01:01:34 +11:00
Merge pull request #254 from gwilymk/add-repository-key
Add repository to Cargo.toml files
This commit is contained in:
commit
04f0bb381a
|
@ -4,8 +4,7 @@ version = "0.2.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance"
|
description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance"
|
||||||
|
repository = "https://github.com/agbrs/agb"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
agb_macros = { version = "0.2.0", path = "../agb-macros" }
|
agb_macros = { version = "0.2.0", path = "../agb-macros" }
|
||||||
|
|
|
@ -5,6 +5,7 @@ authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
description = "Library for converting graphics for use on the Game Boy Advance"
|
description = "Library for converting graphics for use on the Game Boy Advance"
|
||||||
|
repository = "https://github.com/agbrs/agb"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
|
@ -5,6 +5,7 @@ authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
description = "Macro for declaring the entry point for a game using the agb library"
|
description = "Macro for declaring the entry point for a game using the agb library"
|
||||||
|
repository = "https://github.com/agbrs/agb"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
proc-macro = true
|
proc-macro = true
|
||||||
|
|
|
@ -5,6 +5,7 @@ authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
description = "Library for converting wavs for use on the Game Boy Advance"
|
description = "Library for converting wavs for use on the Game Boy Advance"
|
||||||
|
repository = "https://github.com/agbrs/agb"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
|
|
@ -5,6 +5,7 @@ authors = ["Corwin Kuiper <corwin@kuiper.dev>", "Gwilym Kuiper <gw@ilym.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Library for Game Boy Advance Development"
|
description = "Library for Game Boy Advance Development"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
|
repository = "https://github.com/agbrs/agb"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
|
Loading…
Reference in a new issue