lvgl-rs-wasm/Cargo.toml

18 lines
505 B
TOML
Raw Normal View History

2020-09-21 17:33:08 +00:00
[package]
name = "lvgl-example"
version = "0.1.0"
authors = ["Rafael Caricio <rafael@caricio.com>"]
edition = "2018"
[profile.release]
# This makes the compiled code faster and smaller, but it makes compiling slower,
# so it's only enabled in release mode.
lto = true
[dependencies]
cstr_core = { version = "0.2.0", features = ["alloc"] }
2020-09-21 18:53:30 +00:00
lvgl = { version = "0.4", git = "https://github.com/rafaelcaricio/lvgl-rs" , branch = "emscripten" }
2020-09-21 17:33:08 +00:00
embedded-graphics = "0.6"
embedded-graphics-simulator = "0.2"