summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-06 16:10:48 +0200
committerandromeda <andromeda@lenovo>2026-04-06 16:10:48 +0200
commit202e26714acc31bdf984d2eb6bd114f1b37ab83f (patch)
tree9fcfd3e202c04cf7f6ebef063d16a827ab27f1d2 /Cargo.lock
parent8942975bc4ba972d67b7cd3e86dbb3ece5612816 (diff)
rgb
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 10cd3a1..39e8ad4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -565,6 +565,7 @@ dependencies = [
"esp-hal-smartled",
"esp-println",
"log",
+ "micromath",
"smart-leds",
]
@@ -786,6 +787,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
[[package]]
+name = "micromath"
+version = "2.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c3c8dda44ff03a2f238717214da50f65d5a53b45cd213a7370424ffdb6fae815"
+
+[[package]]
name = "nb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"