From fd65ecbe343ebcf6b20378c6b346e528b91b2d03 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 14 Jun 2020 11:27:13 +0200 Subject: [PATCH] Remove explicitly listing files --- lvgl/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/lvgl/Cargo.toml b/lvgl/Cargo.toml index 3d45d39d..86e998b7 100644 --- a/lvgl/Cargo.toml +++ b/lvgl/Cargo.toml @@ -9,7 +9,6 @@ license = "MIT" readme = "../README.md" categories = ["api-bindings", "embedded", "gui", "no-std"] keywords = ["littlevgl", "lvgl", "graphical_interfaces"] -include = ["Cargo.toml", "src/**/*", "src/widgets/generated.rs"] build = "build.rs" [dependencies]