Skip to content

Commit 75c70e0

Browse files
Merge pull request #26 from ROMemories/chore/disable-rgb-features
chore(rgb): disable the default features of `rgb`
2 parents faad5eb + 9321dce commit 75c70e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/smart-leds-rs/smart-leds-trait"
1515

1616
[dependencies]
17-
rgb = "0.8"
17+
rgb = { version = "0.8", default-features = false }
1818

1919
[features]
2020
serde = ["rgb/serde"]

0 commit comments

Comments
 (0)