added missing rgb dep

This commit is contained in:
Djeeberjr 2025-05-05 15:25:34 +02:00
parent 75e0734e2b
commit 271a535cb9

View File

@ -18,6 +18,7 @@ simplelog = "0.12.2"
rppal = { version = "0.22.1", features = ["hal"] }
smart-leds = "0.3"
ws2812-spi = "0.3"
rgb = "0.8.50"
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"