Add section about agb-hashmap in the readme

This commit is contained in:
Gwilym Inzani 2023-04-23 17:48:55 +01:00
parent f667804cf8
commit 9c27e9ca4d

View file

@ -87,6 +87,8 @@ for performant decimals.
`agb-sound-converter` - a crate which converts wav files into a format supported by the game boy advance
`agb-hashmap` - an no_std hashmap implementation tuned for use on the game boy advance
`agb` - the main library code
`agb/examples` - basic examples often targeting 1 feature, you can run these using `just run-example <example-name>`