Skip to content

Commit

Permalink
these are categories rather than keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
corwinkuiper committed Feb 1, 2025
1 parent 616a849 commit 9137905
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agb-fixnum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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"
repository = "https://github.com/agbrs/agb"
keywords = ["no-std", "no-std::no-alloc"]
categories = ["no-std", "no-std::no-alloc"]

[features]
serde = ["dep:serde"]
Expand Down
2 changes: 1 addition & 1 deletion agb-hashmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MPL-2.0"
description = "A simple no_std hashmap implementation intended for use in the `agb` library"
repository = "https://github.com/agbrs/agb"
exclude = ["/benches"]
keywords = ["no-std", "data-structures"]
categories = ["no-std", "data-structures"]

[features]
allocator_api = []
Expand Down
2 changes: 1 addition & 1 deletion agb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MPL-2.0"
repository = "https://github.com/agbrs/agb"
homepage = "https://agbrs.dev"
exclude = ["/tests", "/examples"]
keywords = ["game-engines", "embedded"]
categories = ["game-engines", "embedded"]

[features]
default = ["backtrace", "testing"]
Expand Down

0 comments on commit 9137905

Please sign in to comment.