[package] name = "lvgl-example" version = "0.1.0" authors = ["Rafael Caricio "] 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"] } lvgl = { version = "0.4", git = "https://github.com/rafaelcaricio/lvgl-rs" , branch = "emscripten" } embedded-graphics = "0.6" embedded-graphics-simulator = "0.2"