diff --git a/lvgl/Cargo.toml b/lvgl/Cargo.toml index 1302afe..d7e1544 100644 --- a/lvgl/Cargo.toml +++ b/lvgl/Cargo.toml @@ -18,6 +18,3 @@ embedded-graphics = "0.6.2" cstr_core = { version = "0.2.0", default-features = false, features = ["alloc"] } bitflags = "1.2.1" -[build-dependencies] -quote = "1.0.7" -proc-macro2 = "1.0.18"