lvgl-rs/examples/demo/Cargo.toml

14 lines
302 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 11:57:17 +00:00
lvgl-sys = "0.1.0"
2020-04-11 11:06:16 +00:00
sdl2 = "0.33.0"