File tree Expand file tree Collapse file tree 4 files changed +297
-153
lines changed
Expand file tree Collapse file tree 4 files changed +297
-153
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ members = [
2222
2323[dependencies ]
2424embedded-graphics = " 0.8.0"
25- embedded-layout-macros = { version = " 0.2 .0" , path = " macros" }
25+ embedded-layout-macros = { version = " 0.3 .0" , path = " macros" }
2626
2727[dev-dependencies ]
2828embedded-graphics-simulator = " 0.5.0"
Original file line number Diff line number Diff line change 1+ 0.3.0 (2023-10-10)
2+ ==================
3+
4+ ## Changed
5+
6+ * ` ViewGroup ` now generates optimized ` bounds_of ` and ` translate_child ` methods.
7+
180.2.1 (2023-08-30)
29==================
310
Original file line number Diff line number Diff line change 11[package ]
22name = " embedded-layout-macros"
3- version = " 0.2.1 "
3+ version = " 0.3.0 "
44license = " MIT"
55description = " Procedural macros for embedded-layout"
66repository = " https://github.com/bugadani/embedded-layout"
You can’t perform that action at this time.
0 commit comments