cargo: drop unused deps
This commit is contained in:
		| @@ -32,8 +32,6 @@ alloc = ["esp-idf-svc/alloc"] | ||||
| [dependencies] | ||||
| log = { version = "0.4", default-features = false } | ||||
| esp-idf-svc = { version = "0.49", default-features = false } | ||||
| hsv = "0.1.1" | ||||
| palette = { version = "0.7.6" } | ||||
| running-average = "0.1.0" | ||||
| rgb = "0.8.50" | ||||
|  | ||||
| @@ -45,7 +43,6 @@ smart-leds-trait = { version = "0.3.0", optional = true } | ||||
| smart-leds = { version = "0.4.0", optional = true } | ||||
|  | ||||
| embedded-graphics = { version = "0.8.1", optional = true, features = ["fixed_point", "defmt"] } | ||||
| ansi_term = "0.12.1" | ||||
| num = "0.4.3" | ||||
| chrono = "0.4.38" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user