Explicity define build script
This commit is contained in:
parent
78841f1538
commit
2277334491
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ readme = "../README.md"
|
||||||
categories = ["api-bindings", "embedded", "gui", "no-std"]
|
categories = ["api-bindings", "embedded", "gui", "no-std"]
|
||||||
keywords = ["littlevgl", "lvgl", "graphical_interfaces"]
|
keywords = ["littlevgl", "lvgl", "graphical_interfaces"]
|
||||||
include = ["Cargo.toml", "src/**/*", "src/widgets/generated.rs"]
|
include = ["Cargo.toml", "src/**/*", "src/widgets/generated.rs"]
|
||||||
|
build = "build.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lvgl-sys = { version = "0.3.0", path = "../lvgl-sys" }
|
lvgl-sys = { version = "0.3.0", path = "../lvgl-sys" }
|
||||||
|
|
Loading…
Reference in a new issue