egui/crates/eframe/src
Nicolas 1c293d4cc8
Update `glow` to 0.14 (#4952)
Before making this PR, I did take notice of a similar PR,
https://github.com/emilk/egui/pull/4833, but as it appears to be
abandoned, I decided to make this PR.

**Missing**
One of the checks doesn't pass as wgpu still uses glow `0.13.1`

```shell
cargo deny --all-features --log-level error --target aarch64-apple-darwin check
```

* [x] I have followed the instructions in the PR template

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2024-09-09 14:02:06 +02:00
..
native Update `glow` to 0.14 (#4952) 2024-09-09 14:02:06 +02:00
web Conditionally propagate web events using a filter in WebOptions (#5056) 2024-09-05 08:48:13 +02:00
epi.rs Conditionally propagate web events using a filter in WebOptions (#5056) 2024-09-05 08:48:13 +02:00
icon_data.rs Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
lib.rs Allow non-`static` `eframe::App` lifetime (#5060) 2024-09-03 09:29:19 +02:00
stopwatch.rs Much more accurate `cpu_usage` timing (#3913) 2024-01-29 19:12:16 +01:00