Emil Ernerfeldt
|
3dba73e63e
|
Improve the UI for changing the egui theme (#4257)
I added a new demo - a `Frame` editor:

This whole menu is now just a a bit nicer to use:
<img width="406" alt="Screenshot 2024-03-28 at 09 49 16"
src="https://github.com/emilk/egui/assets/1148717/32d12067-7cf0-4312-aa12-42909a5ed5ac">
|
2024-03-28 10:09:28 +01:00 |
Emil Ernerfeldt
|
8ce0e1c520
|
Avoid deadlocks by using lambdas for context lock (#2625)
ctx.input().key_pressed(Key::A) -> ctx.input(|i| i.key_pressed(Key::A))
|
2023-01-25 10:24:23 +01:00 |
Max Wase
|
22a917c00a
|
`Painter` extend accepts `IntoIter` (#2249)
* `Painter` extend accepts `IntoIter`
* Update painter.rs
|
2022-11-07 09:32:28 +01:00 |
Emil Ernerfeldt
|
041f2e64ba
|
Move all crates into a `crates` directory (#1940)
|
2022-08-20 10:41:49 +02:00 |