We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents faad5eb + 9321dce commit 75c70e0Copy full SHA for 75c70e0
Cargo.toml
@@ -14,7 +14,7 @@ readme = "README.md"
14
repository = "https://github.com/smart-leds-rs/smart-leds-trait"
15
16
[dependencies]
17
-rgb = "0.8"
+rgb = { version = "0.8", default-features = false }
18
19
[features]
20
serde = ["rgb/serde"]
0 commit comments