2020-04-11 11:06:16 +00:00
|
|
|
[package]
|
|
|
|
name = "demo"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Rafael Caricio <crates@caric.io>"]
|
|
|
|
edition = "2018"
|
2020-04-11 18:35:33 +00:00
|
|
|
publish = false
|
2020-04-11 11:06:16 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2020-04-11 18:35:33 +00:00
|
|
|
lvgl = { path = "../../lvgl" }
|
2020-04-12 18:37:26 +00:00
|
|
|
lvgl-sys = { path = "../../lvgl-sys" }
|
2020-04-19 13:40:03 +00:00
|
|
|
embedded-graphics = "0.6"
|
|
|
|
embedded-graphics-simulator = "0.2.0"
|