Remove unused dependencies
This commit is contained in:
parent
64527c3f2a
commit
52fafecdde
2 changed files with 0 additions and 2 deletions
|
@ -12,7 +12,6 @@ repository = "https://github.com/rafaelcaricio/lvgl-rs"
|
||||||
regex = "1.3.9"
|
regex = "1.3.9"
|
||||||
quote = "1.0.7"
|
quote = "1.0.7"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
itertools = "0.9.0"
|
|
||||||
proc-macro2 = "1.0.18"
|
proc-macro2 = "1.0.18"
|
||||||
Inflector = "0.11.4"
|
Inflector = "0.11.4"
|
||||||
syn = { version = "1.0.31", features = ["full"]}
|
syn = { version = "1.0.31", features = ["full"]}
|
||||||
|
|
|
@ -17,7 +17,6 @@ cty = "0.2.1"
|
||||||
embedded-graphics = "0.6.2"
|
embedded-graphics = "0.6.2"
|
||||||
cstr_core = { version = "0.2.0" }
|
cstr_core = { version = "0.2.0" }
|
||||||
bitflags = "1.2.1"
|
bitflags = "1.2.1"
|
||||||
heapless = "0.5.5"
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
quote = "1.0.7"
|
quote = "1.0.7"
|
||||||
|
|
Loading…
Reference in a new issue