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
This commit is contained in:
Gwilym Inzani 2024-10-30 11:53:33 +00:00 committed by GitHub
commit 1cc2ffbc7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ 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" repository = "https://github.com/agbrs/agb"
keywords = ["no-std", "no-std::no-alloc"]
[dependencies] [dependencies]
agb_macros = { version = "0.21.1", path = "../agb-macros" } agb_macros = { version = "0.21.1", path = "../agb-macros" }

View file

@ -6,6 +6,7 @@ license = "MPL-2.0"
description = "A simple no_std hashmap implementation intended for use in the `agb` library" description = "A simple no_std hashmap implementation intended for use in the `agb` library"
repository = "https://github.com/agbrs/agb" repository = "https://github.com/agbrs/agb"
exclude = ["/benches"] exclude = ["/benches"]
keywords = ["no-std", "data-structures"]
[features] [features]
allocator_api = [] allocator_api = []

View file

@ -8,6 +8,7 @@ license = "MPL-2.0"
repository = "https://github.com/agbrs/agb" repository = "https://github.com/agbrs/agb"
homepage = "https://agbrs.dev" homepage = "https://agbrs.dev"
exclude = ["/tests", "/examples"] exclude = ["/tests", "/examples"]
keywords = ["game-engines", "embedded"]
[features] [features]
default = ["backtrace", "testing"] default = ["backtrace", "testing"]