From 5fd2152beaae2108a99ab43e2441426b9556289c Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 31 May 2020 00:07:49 +0200 Subject: [PATCH] Release 0.2.1 --- lvgl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lvgl/Cargo.toml b/lvgl/Cargo.toml index fe01cd0..32b0528 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.2.0" +version = "0.2.1" authors = ["Rafael Caricio "] edition = "2018" repository = "https://github.com/rafaelcaricio/lvgl-rs"