mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-24 00:31:34 +11:00
37c30586c3
these projects are not tested or run on the gba or are dependencies and therefore follow the binaries settings
15 lines
416 B
TOML
15 lines
416 B
TOML
[package]
|
|
name = "agb_hashmap"
|
|
version = "0.15.0"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
description = "A simple no_std hashmap implementation intended for use in the `agb` library"
|
|
repository = "https://github.com/agbrs/agb"
|
|
|
|
[dependencies]
|
|
rustc-hash = { version = "1", default-features = false }
|
|
|
|
[dev-dependencies]
|
|
rand = { version = "0.8", default-features = false, features = ["small_rng"] }
|
|
lazy_static = "1.4"
|