egui/crates/eframe/src/web
Emil Ernerfeldt 82704bebbf
Update MSRV to Rust 1.70.0 (#3310)
* Update to Rust 1.70

* Fix renamed clippy lint

* Use let-else more

* Code cleanup

* Remove derelict Safety comments

* Enable more clippy lints
2023-09-06 07:59:24 +02:00
..
app_runner.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00
backend.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00
events.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00
input.rs Update MSRV to Rust 1.70.0 (#3310) 2023-09-06 07:59:24 +02:00
mod.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00
panic_handler.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00
screen_reader.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00
storage.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00
text_agent.rs Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
web_logger.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00
web_painter.rs Clear color values are now explicitely sent to the rendering backend as-is. (#2666) 2023-02-04 11:02:15 +01:00
web_painter_glow.rs Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
web_painter_wgpu.rs Update MSRV to Rust 1.70.0 (#3310) 2023-09-06 07:59:24 +02:00
web_runner.rs Improve documentation of `eframe`, especially for wasm32 (#3295) 2023-09-04 09:55:47 +02:00