2020-05-31 07:12:37 +00:00
|
|
|
[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"
|
2020-06-01 17:47:35 +00:00
|
|
|
|
|
|
|
[[example]]
|
|
|
|
name = "button_click"
|
|
|
|
path = "button_click.rs"
|
2020-06-04 21:09:54 +00:00
|
|
|
|
|
|
|
[[example]]
|
|
|
|
name = "gauge"
|
|
|
|
path = "gauge.rs"
|
2020-06-05 23:05:43 +00:00
|
|
|
|
|
|
|
[[example]]
|
|
|
|
name = "arc"
|
|
|
|
path = "arc.rs"
|