Releases: rust-native-ui/libui-rs
Releases · rust-native-ui/libui-rs
0.3.0 - 2018-05-04
Added
- README now has syntax coloring
- README now has badges and sample screenshot
Checkboxcontrol for Boolean inputComboboxcontrol for selecting from one of a fixed set of optionsLayoutGridcontrol for grid-based 2D layoutsui-syscan now be built without either pulling or buildinglibui, controlled by Cargo features- Building on MSVC now works
Changed
ptr()method on controls is no longerunsafeiuinow usesbitflags1.0Areafunctions which have UB based on the type ofAreaare nowunsafe
Deprecated
No deprecations.
Removed
- The old
uicodebase no longer lives in this repository.
Fixed
HorizontalBox::newnow correctly returns aHorizontalBox
Security
No security changes.