egui/crates
Emil Ernerfeldt 1353a5733f
Deprecate egui_glium - looking for new maintainer (#2668)
* Deprecate egui_glium - looking for new maintainer

egui_glium was the first backend of egui, and it served us well for
a long time, but we have long since moved on to glow and wgpu.

Not egui_glium is holding back an update to latest winit.

Since development on glium has long since been discontinued I will
therefore deprecate egui_glium with this PR.

The code is still there in the repository for a while longer,
but is no longer compiled.

If there is any interest in maintaining egui_glium, then fork it and
make a PR to remove the last egui_glium from this repository.
I will give you publish rights on crates.io.

* update glutin 0.30.2 -> 0.30.3

* cargo update -p backtrace

    Updating crates.io index
    Updating addr2line v0.17.0 -> v0.19.0
    Updating backtrace v0.3.66 -> v0.3.67
    Updating gimli v0.26.2 -> v0.27.1
    Removing miniz_oxide v0.5.4
    Updating object v0.29.0 -> v0.30.3

* cargo deny: allow duplicates of windows-sys, wayland-sys, and nix

* cargo-deny whitelist tiny-skia
2023-02-04 11:21:02 +01:00
..
ecolor Clear color values are now explicitely sent to the rendering backend as-is. (#2666) 2023-02-04 11:02:15 +01:00
eframe Deprecate egui_glium - looking for new maintainer (#2668) 2023-02-04 11:21:02 +01:00
egui Control Separator widths, and less clipping in ScrollArea (#2665) 2023-02-03 13:19:25 +01:00
egui-wgpu Clear color values are now explicitely sent to the rendering backend as-is. (#2666) 2023-02-04 11:02:15 +01:00
egui-winit Update accesskit_winit and dark_light (#2655) 2023-01-31 10:41:27 +01:00
egui_demo_app Clear color values are now explicitely sent to the rendering backend as-is. (#2666) 2023-02-04 11:02:15 +01:00
egui_demo_lib Control Separator widths, and less clipping in ScrollArea (#2665) 2023-02-03 13:19:25 +01:00
egui_extras Avoid deadlocks by using lambdas for context lock (#2625) 2023-01-25 10:24:23 +01:00
egui_glium Deprecate egui_glium - looking for new maintainer (#2668) 2023-02-04 11:21:02 +01:00
egui_glow Clear color values are now explicitely sent to the rendering backend as-is. (#2666) 2023-02-04 11:02:15 +01:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Add emath::inverse_lerp 2022-12-22 12:33:06 +01:00
epaint Fix rendering of (ellipsis) 2023-01-23 20:24:38 +01:00