2020-04-10 17:12:10 +00:00
[ package ]
name = "lvgl"
2020-04-12 11:57:17 +00:00
description = "LittlevGL bindings for Rust. A powerful and easy-to-use embedded GUI with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash)."
2020-04-12 18:37:26 +00:00
version = "0.1.1"
2020-04-10 17:12:10 +00:00
authors = [ "Rafael Caricio <crates.lvgl@caric.io>" ]
edition = "2018"
2020-04-11 18:35:33 +00:00
repository = "https://github.com/rafaelcaricio/lvgl-rs"
2020-04-10 17:12:10 +00:00
license = "MIT"
2020-04-12 10:19:28 +00:00
readme = "../README.md"
categories = [ "api-bindings" , "embedded" , "gui" , "no-std" ]
keywords = [ "littlevgl" , "lvgl" , "graphical_interfaces" ]
2020-04-10 17:12:10 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[ dependencies ]
2020-04-12 22:25:51 +00:00
lvgl-sys = { path = "../lvgl-sys" , version = "0.1.1" }
2020-04-12 10:19:28 +00:00
cty = "0.2.1"