Skip to content

Commit d442ab9

Browse files
committed
Release 0.4.0
1 parent f4618fd commit d442ab9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lvgl-codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lvgl-codegen"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
description = "Code generation based on LVGL source code"
55
authors = ["Rafael Caricio <[email protected]>"]
66
readme = "README.md"

lvgl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lvgl-sys"
33
description = "Raw bindings to the LittlevGL C library."
4-
version = "0.3.3"
4+
version = "0.4.0"
55
authors = ["Rafael Caricio <[email protected]>"]
66
edition = "2018"
77
license = "MIT"

lvgl/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lvgl"
33
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)."
4-
version = "0.3.3"
4+
version = "0.4.0"
55
authors = ["Rafael Caricio <[email protected]>"]
66
edition = "2018"
77
repository = "https://github.com/rafaelcaricio/lvgl-rs"
@@ -12,7 +12,7 @@ keywords = ["littlevgl", "lvgl", "graphical_interfaces"]
1212
build = "build.rs"
1313

1414
[dependencies]
15-
lvgl-sys = { version = "0.3.3", path = "../lvgl-sys" }
15+
lvgl-sys = { version = "0.4.0", path = "../lvgl-sys" }
1616
cty = "0.2.1"
1717
embedded-graphics = "0.6.2"
1818
cstr_core = { version = "0.2.0" }
@@ -21,6 +21,6 @@ bitflags = "1.2.1"
2121
[build-dependencies]
2222
quote = "1.0.7"
2323
proc-macro2 = "1.0.18"
24-
lvgl-codegen = { version = "0.3.3", path = "../lvgl-codegen" }
25-
lvgl-sys = { version = "0.3.3", path = "../lvgl-sys" }
24+
lvgl-codegen = { version = "0.4.0", path = "../lvgl-codegen" }
25+
lvgl-sys = { version = "0.4.0", path = "../lvgl-sys" }
2626

0 commit comments

Comments
 (0)