Merge pull request #254 from gwilymk/add-repository-key

Add repository to Cargo.toml files
This commit is contained in:
Gwilym Kuiper 2022-07-14 22:06:40 +01:00 committed by GitHub
commit 04f0bb381a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 2 deletions

View file

@ -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" }

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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