From efda4647e26aa2f93196a6be3ff13bbf05b63b52 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sat, 6 Mar 2021 23:37:10 +0100 Subject: [PATCH] Release 0.5.1 --- lvgl-codegen/Cargo.toml | 4 ++-- lvgl-sys/Cargo.toml | 2 +- lvgl/Cargo.toml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lvgl-codegen/Cargo.toml b/lvgl-codegen/Cargo.toml index c26278b..033cb9f 100644 --- a/lvgl-codegen/Cargo.toml +++ b/lvgl-codegen/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lvgl-codegen" -version = "0.4.0" -description = "Code generation based on LVGL source code" +version = "0.5.1" +description = "Code1generation based on LVGL source code" authors = ["Rafael Caricio "] readme = "README.md" edition = "2018" diff --git a/lvgl-sys/Cargo.toml b/lvgl-sys/Cargo.toml index a2d9690..8fb644e 100644 --- a/lvgl-sys/Cargo.toml +++ b/lvgl-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lvgl-sys" description = "Raw bindings to the LittlevGL C library." -version = "0.4.0" +version = "0.5.1" authors = ["Rafael Caricio "] edition = "2018" license = "MIT" diff --git a/lvgl/Cargo.toml b/lvgl/Cargo.toml index 2af077e..2460504 100644 --- a/lvgl/Cargo.toml +++ b/lvgl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lvgl" 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)." -version = "0.4.0" +version = "0.5.1" authors = ["Rafael Caricio "] edition = "2018" repository = "https://github.com/rafaelcaricio/lvgl-rs" @@ -12,7 +12,7 @@ keywords = ["littlevgl", "lvgl", "graphical_interfaces"] build = "build.rs" [dependencies] -lvgl-sys = { version = "0.4.0", path = "../lvgl-sys" } +lvgl-sys = { version = "0.5.1", path = "../lvgl-sys" } cty = "0.2.1" embedded-graphics = "0.6.2" cstr_core = { version = "0.2.0" } @@ -21,6 +21,6 @@ bitflags = "1.2.1" [build-dependencies] quote = "1.0.7" proc-macro2 = "1.0.18" -lvgl-codegen = { version = "0.4.0", path = "../lvgl-codegen" } -lvgl-sys = { version = "0.4.0", path = "../lvgl-sys" } +lvgl-codegen = { version = "0.5.1", path = "../lvgl-codegen" } +lvgl-sys = { version = "0.5.1", path = "../lvgl-sys" }