mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
audio works
This commit is contained in:
@@ -82,6 +82,8 @@ embedded-graphics = { version = "0.8.1" }
|
||||
embedded-text = "0.7.2"
|
||||
embedded-layout = "0.4.2"
|
||||
|
||||
micromath = "2.1.0"
|
||||
fixed = "1.29.0"
|
||||
strum = { version = "0.27.2", default-features = false }
|
||||
rand = { version = "0.9.0", default-features = false }
|
||||
once_cell = { version = "1.21.3", default-features = false }
|
||||
@@ -98,4 +100,3 @@ embedded-alloc = { version = "0.6.0", features = [
|
||||
bumpalo = "3.19.0"
|
||||
|
||||
abi_sys = { path = "../abi_sys" }
|
||||
micromath = "2.1.0"
|
||||
|
||||
Reference in New Issue
Block a user