egui/egui_web/src
Emil Ernerfeldt 5539dbe620
Add separate serialize feature and better persitence control (#753)
* Rename epaint feature "persistence" to "serialize"

* Add separate "serialize" feature to egui

* egui_demo_lib: separate serialize and persistence features

* Add App::persist_native_window and App::persist_egui_memory

Controls what gets persisted
2021-09-29 08:45:13 +02:00
..
shader Bump MSRV (Minimum Supported Rust Version) to 1.54.0 (#703) 2021-09-09 00:16:06 +02:00
backend.rs Add separate serialize feature and better persitence control (#753) 2021-09-29 08:45:13 +02:00
lib.rs Fix multiline pasting in egui_web 2021-09-28 20:47:02 +02:00
painter.rs Wrap tesselated output in struct ClippedMesh(Rect, Mesh) 2021-01-25 21:43:17 +01:00
screen_reader.rs Update tts 0.15 -> 0.16 2021-05-09 14:42:14 +02:00
webgl1.rs Bump MSRV (Minimum Supported Rust Version) to 1.54.0 (#703) 2021-09-09 00:16:06 +02:00
webgl2.rs Add api for accessing backend texture via epi (#695) 2021-09-05 11:00:45 +02:00