egui/crates/eframe/src/web
Emil Ernerfeldt eca5e6a4d2
Update to Rust 1.65 (#2314)
* Update to Rust 1.65

Because then you can use dynamic linking on Linux

* Fix a bunch of clippy lints

* Update changelogs

* More clippy fixes
2022-11-16 19:08:03 +01:00
..
backend.rs eframe: warn if web_sys_unstable_apis was not set 2022-11-07 14:00:00 +01:00
events.rs Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
input.rs Add helpers for zooming an app using Ctrl+Plus and Ctrl+Minus (#2239) 2022-11-05 11:18:13 +01:00
mod.rs eframe support for wgpu on the web (#2107) 2022-10-05 20:14:18 +02:00
screen_reader.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
storage.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
text_agent.rs Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
web_painter.rs eframe support for wgpu on the web (#2107) 2022-10-05 20:14:18 +02:00
web_painter_glow.rs CI: Run cargo clippy for wasm32-unknown-unknown (#2200) 2022-10-30 20:55:07 +01:00
web_painter_wgpu.rs wgpu backend: do not try to render zero-sized surfaces (#2313) 2022-11-16 18:03:57 +01:00