File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ edition = "2021"
55license = " MPL-2.0"
66description = " Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance"
77repository = " https://github.com/agbrs/agb"
8+ keywords = [" no-std" , " no-std::no-alloc" ]
89
910[dependencies ]
1011agb_macros = { version = " 0.21.1" , path = " ../agb-macros" }
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ license = "MPL-2.0"
66description = " A simple no_std hashmap implementation intended for use in the `agb` library"
77repository = " https://github.com/agbrs/agb"
88exclude = [" /benches" ]
9+ keywords = [" no-std" , " data-structures" ]
910
1011[features ]
1112allocator_api = []
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ license = "MPL-2.0"
88repository = " https://github.com/agbrs/agb"
99homepage = " https://agbrs.dev"
1010exclude = [" /tests" , " /examples" ]
11+ keywords = [" game-engines" , " embedded" ]
1112
1213[features ]
1314default = [" backtrace" , " testing" ]
You can’t perform that action at this time.
0 commit comments