Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate egui_glium - looking for new maintainer #2668

Merged
merged 5 commits into from
Feb 4, 2023

Conversation

emilk
Copy link
Owner

@emilk emilk commented Feb 4, 2023

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.

Now egui_glium is holding back an update to latest winit (#2654).

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.

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.
    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
@emilk emilk changed the title Deprecate egui_glium - looking for new maintainer Deprecate egui_glium - looking for new maintainer Feb 4, 2023
@emilk emilk merged commit 1353a57 into master Feb 4, 2023
@emilk emilk deleted the emilk/deprecate-egui_glium branch February 4, 2023 10:21
@emilk emilk mentioned this pull request Feb 4, 2023
3 tasks
lictex pushed a commit to lictex/egui that referenced this pull request Feb 5, 2023
* 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
@emilk emilk mentioned this pull request Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant