egui/crates/egui_demo_lib/src
Emil Ernerfeldt 00a399b2f7
A `Window` can now be resizable in only one direction (#4155)
For instance: `Window::new(…).resizable([true, false])` is a window that
is only resizable in the horizontal direction.

This PR also removes a hack added in
https://github.com/emilk/egui/pull/3039 which is no longer needed since
https://github.com/emilk/egui/pull/4026
2024-03-11 09:29:48 +01:00
..
demo A `Window` can now be resizable in only one direction (#4155) 2024-03-11 09:29:48 +01:00
easy_mark Refactor: move text selection logic to own module (#3843) 2024-01-19 15:38:53 +01:00
color_test.rs Final polish for new image loading (#3328) 2023-09-13 16:27:08 +02:00
lib.rs Fix some clippy 1.75 lints (#3754) 2023-12-30 11:23:21 +01:00