2fae95bdfb
* Implement simple bar widget * Make it easier to create new examples * Add bar example * Add README to examples * Remove unnecessary imports
20 lines
356 B
TOML
20 lines
356 B
TOML
[package]
|
|
name = "demo"
|
|
version = "0.1.0"
|
|
authors = ["Rafael Caricio <crates@caric.io>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dev-dependencies]
|
|
lvgl = { path = "../lvgl" }
|
|
lvgl-sys = { path = "../lvgl-sys" }
|
|
embedded-graphics = "0.6"
|
|
embedded-graphics-simulator = "0.2.0"
|
|
|
|
[[example]]
|
|
name = "demo"
|
|
path = "demo.rs"
|
|
|
|
[[example]]
|
|
name = "bar"
|
|
path = "bar.rs"
|