egui/crates/eframe/src
Emil Ernerfeldt 48045e57da
Remove `Event::Scroll` and handle it in egui (#4524)
For integrations: just emit `egui::Event::MouseWheel` (like before).
egui will interpret that as zoom or pan.

On the way towards https://github.com/emilk/egui/issues/4401
2024-05-22 21:35:15 +02:00
..
native Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
web Remove `Event::Scroll` and handle it in egui (#4524) 2024-05-22 21:35:15 +02:00
epi.rs Fix some clippy warning from Rust 1.78.0 (#4444) 2024-05-02 17:04:25 +02:00
icon_data.rs Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
lib.rs eframe: Remove dependency on `thiserror` (#4483) 2024-05-11 20:17:06 +02:00
stopwatch.rs Much more accurate `cpu_usage` timing (#3913) 2024-01-29 19:12:16 +01:00