lvgl-rs/examples/demo/Cargo.toml

15 lines
370 B
TOML
Raw Normal View History

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" }
embedded-graphics = "0.6"
embedded-graphics-simulator = "0.2.0"