From 271a535cb9feac0f33aba94a72b1756572c4b328 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Mon, 5 May 2025 15:25:34 +0200 Subject: [PATCH] added missing rgb dep --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a9097af..deaaa68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"