From 52fafecddeece4b9063b8963b6bb35d68df0875b Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Fri, 19 Jun 2020 14:35:43 +0200 Subject: [PATCH] Remove unused dependencies --- lvgl-codegen/Cargo.toml | 1 - lvgl/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/lvgl-codegen/Cargo.toml b/lvgl-codegen/Cargo.toml index a42c77b..635a7e9 100644 --- a/lvgl-codegen/Cargo.toml +++ b/lvgl-codegen/Cargo.toml @@ -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"]} diff --git a/lvgl/Cargo.toml b/lvgl/Cargo.toml index 6d2e0a5..115c754 100644 --- a/lvgl/Cargo.toml +++ b/lvgl/Cargo.toml @@ -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"