freya
freya copied to clipboard
Cross-platform GUI library for π¦ Rust powered by 𧬠Dioxus and π¨ Skia.
Adding a new measurement type for size attributes, `a` referring to `auto` ```rs rsx!( rect { width: "50a", // 50% of whatever size it was going to have if using...
A hook to integrate with Muda would be nice ```rs let native_menu = use_native_menu(); native_menu.show(...); ```
https://github.com/marc2332/freya/blob/1955629e6c355ff74415037e44869026da8aec89/crates/state/src/values/fill.rs#L16
https://github.com/marc2332/freya/blob/1955629e6c355ff74415037e44869026da8aec89/crates/state/src/values/fill.rs#L15
Let's consider the sample code below (counter) **to crash the app:** - `cargo run` - replace `"{count}"` with `""`, then save to see the change reflecting on screen - undo...
- Replaces `mouseover` with `mousemove` - Adds a new `mouseover`, similar to `mousenter` but only for the actual visible area instead of also triggering uppon entering child elements. - Adds...