From 2277334491d0c5d9042401a7238f7fe70e5713e9 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 14 Jun 2020 11:25:22 +0200 Subject: [PATCH] Explicity define build script --- lvgl/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lvgl/Cargo.toml b/lvgl/Cargo.toml index b6c250e..3d45d39 100644 --- a/lvgl/Cargo.toml +++ b/lvgl/Cargo.toml @@ -10,6 +10,7 @@ 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] lvgl-sys = { version = "0.3.0", path = "../lvgl-sys" }