diff --git a/lvgl/Cargo.toml b/lvgl/Cargo.toml index b6c250e5..3d45d39d 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" }