Marc Espin
Marc Espin
I finally found the reason for https://github.com/marc2332/valin/issues/52. ## Overview Using any version of [`rfd`](https://crates.io/crates/rfd) before `0.14.0` with rust-skia breaks the rendering of SVGs. `rfd` [used](https://github.com/PolyMeilex/rfd/blob/df89a42b23df921a64ebe951b71f60b80325a2d2/Cargo.toml#L14) to use `gtk3` for its...
Part of https://github.com/marc2332/freya/issues/844 Closes https://github.com/marc2332/freya/issues/843
Research what are the benefits of using it with winit.
Uses https://github.com/rust-skia/rust-skia/pull/1025
Would be cool to have a Grid + Pane components once https://github.com/marc2332/freya/pull/752 lands
Just skip non-focusable nodes in `set_focus_on_next_node`