libcosmic-yoda/examples/cosmic/src
13r0ck 8eff8a33fa More efficently resize at break point
Uses iced `events_with()` to only subscribe to window resize
events. The window width is stored in a static AtomicU32 so
that the subscription can compare to an old window width as to
only send messages when the width crosses the break point.

fix up
2022-12-22 06:37:41 -07:00
..
window Stub for loading backgrounds 2022-12-21 14:49:41 -07:00
main.rs wip: Various refactorings and improvements 2022-12-06 16:14:39 +01:00
window.rs More efficently resize at break point 2022-12-22 06:37:41 -07:00