f3fac5e3b8
Former-commit-id: 16ba6dada28f8beb5971413acbbe153a26aa9ec3 Former-commit-id: f0661ad20245110797fd99fe16d3fb11382bb78a
16 lines
349 B
TOML
16 lines
349 B
TOML
[package]
|
|
name = "rustboyadvance-utils"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ringbuf = "0.2.2"
|
|
log = "0.4.8"
|
|
goblin = "0.2"
|
|
|
|
|
|
[target.'cfg(target_arch="wasm32")'.dependencies]
|
|
instant = { version = "0.1.2", features = ["wasm-bindgen"] }
|