Skip to content

Commit 1cc2ffb

Browse files
authored
Add some keywords to the main agb crates (#802)
Might be nice to have these keywords show up in crates.io - [x] no changelog update needed
2 parents 2583470 + 0c2c8ea commit 1cc2ffb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

agb-fixnum/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = "2021"
55
license = "MPL-2.0"
66
description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance"
77
repository = "https://github.com/agbrs/agb"
8+
keywords = ["no-std", "no-std::no-alloc"]
89

910
[dependencies]
1011
agb_macros = { version = "0.21.1", path = "../agb-macros" }

agb-hashmap/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "MPL-2.0"
66
description = "A simple no_std hashmap implementation intended for use in the `agb` library"
77
repository = "https://github.com/agbrs/agb"
88
exclude = ["/benches"]
9+
keywords = ["no-std", "data-structures"]
910

1011
[features]
1112
allocator_api = []

agb/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MPL-2.0"
88
repository = "https://github.com/agbrs/agb"
99
homepage = "https://agbrs.dev"
1010
exclude = ["/tests", "/examples"]
11+
keywords = ["game-engines", "embedded"]
1112

1213
[features]
1314
default = ["backtrace", "testing"]

0 commit comments

Comments
 (0)