Remove unused dependencies

This commit is contained in:
Rafael Caricio 2020-06-19 14:35:43 +02:00 committed by Rafael Carício
parent 64527c3f2a
commit 52fafecdde
2 changed files with 0 additions and 2 deletions

View file

@ -12,7 +12,6 @@ repository = "https://github.com/rafaelcaricio/lvgl-rs"
regex = "1.3.9"
quote = "1.0.7"
lazy_static = "1.4.0"
itertools = "0.9.0"
proc-macro2 = "1.0.18"
Inflector = "0.11.4"
syn = { version = "1.0.31", features = ["full"]}

View file

@ -17,7 +17,6 @@ cty = "0.2.1"
embedded-graphics = "0.6.2"
cstr_core = { version = "0.2.0" }
bitflags = "1.2.1"
heapless = "0.5.5"
[build-dependencies]
quote = "1.0.7"