egui/crates/egui_extras/src
Emil Ernerfeldt 44d65f41ac
Update `image` crate to 0.25 (#4160)
To not produce duplicating deps in Rerun
(https://github.com/rerun-io/rerun/pull/5280) I suggest we wait with
merging this until these crates have updated to `image` 0.25:
* [x] [`arboard`](https://crates.io/crates/arboard)
* [x] [`gltf`](https://crates.io/crates/gltf)
2024-05-13 13:35:15 +02:00
..
datepicker Added ability to disable highlighting of weekend days in DatePickerPopup. (#4151) 2024-03-21 11:09:19 +01:00
loaders `egui_extras`: Fixed handling of `file://` protocol for images (#4107) 2024-03-08 10:24:34 +01:00
image.rs Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
layout.rs Fix interaction with widgets inside selectable rows of `Table` (#4077) 2024-02-20 14:50:13 +01:00
lib.rs Remove work-around for `unsafe` in puffin macro (#4484) 2024-05-11 20:17:19 +02:00
loaders.rs Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
sizing.rs Remove `extra_asserts` and `extra_debug_asserts` feature flags (#4478) 2024-05-10 19:39:08 +02:00
strip.rs Fix: assign a different id to each table cell, avoiding id clashes (#4076) 2024-02-20 13:35:19 +01:00
syntax_highlighting.rs Use a selectable label for syntax-highlighted text in egui_extras 2024-01-22 14:47:58 +01:00
table.rs Update to Rust 1.76 (#4411) 2024-04-25 15:51:01 +02:00