Skip to content

Commit

Permalink
Explicity define build script
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Jun 14, 2020
1 parent 78841f1 commit 2277334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lvgl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 2277334

Please sign in to comment.