mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31: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"
|
||||
license = "MPL-2.0"
|
||||
description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
repository = "https://github.com/agbrs/agb"
|
||||
|
||||
[dependencies]
|
||||
agb_macros = { version = "0.2.0", path = "../agb-macros" }
|
||||
|
|
|
@ -5,6 +5,7 @@ authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
|||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
description = "Library for converting graphics for use on the Game Boy Advance"
|
||||
repository = "https://github.com/agbrs/agb"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
@ -5,6 +5,7 @@ authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
|||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
description = "Macro for declaring the entry point for a game using the agb library"
|
||||
repository = "https://github.com/agbrs/agb"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
@ -5,6 +5,7 @@ authors = ["Gwilym Kuiper <gw@ilym.me>"]
|
|||
edition = "2018"
|
||||
license = "MPL-2.0"
|
||||
description = "Library for converting wavs for use on the Game Boy Advance"
|
||||
repository = "https://github.com/agbrs/agb"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
|
|
|
@ -5,6 +5,7 @@ authors = ["Corwin Kuiper <corwin@kuiper.dev>", "Gwilym Kuiper <gw@ilym.me>"]
|
|||
edition = "2018"
|
||||
description = "Library for Game Boy Advance Development"
|
||||
license = "MPL-2.0"
|
||||
repository = "https://github.com/agbrs/agb"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
|
|
Loading…
Reference in a new issue