egui/sh
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
..
build_demo_web.sh Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
check.sh Deprecate egui_glium - looking for new maintainer (#2668) 2023-02-04 11:21:02 +01:00
docs.sh Deprecate egui_glium - looking for new maintainer (#2668) 2023-02-04 11:21:02 +01:00
find_bloat.sh Use proper shebang for all bash scripts: #!/usr/bin/env bash 2022-04-07 17:34:34 +02:00
generate_example_screenshots.sh Automatically generate screenshots for all examples (#2379) 2022-12-04 17:27:40 +01:00
setup_web.sh eframe support for wgpu on the web (#2107) 2022-10-05 20:14:18 +02:00
start_server.sh Change build_demo_web.sh option from --fast to --optimize 2022-08-02 09:56:38 +02:00
wasm_bindgen_check.sh Simplify, clean up and speed up CI (#1970) 2022-08-27 09:54:47 +02:00
wasm_size.sh Use proper shebang for all bash scripts: #!/usr/bin/env bash 2022-04-07 17:34:34 +02:00