diff options
| author | andromeda <andromeda@lenovo> | 2026-04-06 16:10:48 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-06 16:10:48 +0200 |
| commit | 202e26714acc31bdf984d2eb6bd114f1b37ab83f (patch) | |
| tree | 9fcfd3e202c04cf7f6ebef063d16a827ab27f1d2 /Cargo.toml | |
| parent | 8942975bc4ba972d67b7cd3e86dbb3ece5612816 (diff) | |
rgb
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,7 @@ version = "0.1.0" [[bin]] name = "esp32c6-play" -path = "./src/bin/main.rs" +path = "./src/main.rs" [dependencies] esp-hal = { version = "~1.0", features = ["esp32c6", "log-04", "unstable"] } @@ -23,6 +23,7 @@ esp-backtrace = { version = "0.18.1", features = [ esp-println = { version = "0.16.1", features = ["esp32c6", "log-04"] } esp-hal-smartled = { version = "0.17.0", features = ["esp32c6"] } smart-leds = { version = "0.4.0", default-features = false } +micromath = { version = "2.1.0", default-features = false } [profile.dev] |
