cushy/src
Jonathan Johnson 3da08bca62
Fixed a crash in Switcher
I'm not sure exactly what caused this that other simpler cases were not,
but essentially nodes were already removed once by the time this loop is
evaluated, so we can skip adding them back to the list again.
2024-05-13 08:39:43 -07:00
..
animation LayoutContext 2023-11-05 11:50:59 -08:00
styles Basic context menus 2024-05-09 08:16:34 -07:00
widgets animate_mouse_button + more example recordings 2024-05-12 19:12:01 -07:00
animation.rs Added optional tokio integration 2024-05-11 21:25:54 -07:00
app.rs Added optional tokio integration 2024-05-11 21:25:54 -07:00
context.rs Submenu support in context menus 2024-05-10 09:10:39 -07:00
debug.rs Added optional tokio integration 2024-05-11 21:25:54 -07:00
example.rs Moved example generation into cushy 2024-05-12 07:58:09 -07:00
fonts.rs Dynamic font loading 2024-03-06 16:53:36 -08:00
graphics.rs Dynamic font loading 2024-03-06 16:53:36 -08:00
lib.rs Moved example generation into cushy 2024-05-12 07:58:09 -07:00
names.rs Renaming crate to Cushy 2023-12-27 19:02:59 -08:00
styles.rs Added List widget 2024-01-18 13:29:50 -08:00
tick.rs map_each deadlock prevention 2024-04-05 16:14:26 -07:00
tree.rs Fixed a crash in Switcher 2024-05-13 08:39:43 -07:00
utils.rs map_each deadlock prevention 2024-04-05 16:14:26 -07:00
value.rs map_each deadlock prevention 2024-04-05 16:14:26 -07:00
widget.rs winit 0.30 2024-05-01 12:49:03 -07:00
widgets.rs Export Menu + Finish Guide Stubs 2024-05-11 19:30:36 -07:00
window.rs animate_mouse_button + more example recordings 2024-05-12 19:12:01 -07:00