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 |
Emil Ernerfeldt
|
2b0bf82b51
|
Make eframe::App::as_any_mut optional to implement (#2061)
|
2022-09-20 13:58:55 +02:00 |
Stanislav
|
ebc4fc866d
|
eframe web: access app from WebHandle (#1886)
Co-authored-by: Stanislav <enomado@users.noreply.github.com>
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
|
2022-09-09 08:22:46 +02:00 |
Emil Ernerfeldt
|
041f2e64ba
|
Move all crates into a `crates` directory (#1940)
|
2022-08-20 10:41:49 +02:00 |