2020-04-11 11:06:16 +00:00
|
|
|
[package]
|
|
|
|
name = "demo"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Rafael Caricio <crates@caric.io>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
lvgl-sys = { path = "../../lvgl-sys" }
|
|
|
|
sdl2 = "0.33.0"
|
2020-04-11 17:39:20 +00:00
|
|
|
lazy_static = "1.4.0"
|