mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 15:55:25 +00:00
11 lines
268 B
TOML
11 lines
268 B
TOML
[package]
|
|
name = "wav_player"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
abi = { path = "../../abi" }
|
|
embedded-graphics = "0.8.1"
|
|
rand = { version = "0.9.0", default-features = false }
|
|
embedded-audio = { git = "https://github.com/LegitCamper/embedded-audio" }
|