Skip to content

Commit

Permalink
Release eframe 0.30.1 - fix glow on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 16, 2024
1 parent adfc0be commit 843ca45
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"

[[package]]
name = "ecolor"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"bytemuck",
"cint",
Expand All @@ -1212,7 +1212,7 @@ dependencies = [

[[package]]
name = "eframe"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"ahash",
"bytemuck",
Expand Down Expand Up @@ -1252,7 +1252,7 @@ dependencies = [

[[package]]
name = "egui"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"accesskit",
"ahash",
Expand All @@ -1269,7 +1269,7 @@ dependencies = [

[[package]]
name = "egui-wgpu"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"ahash",
"bytemuck",
Expand All @@ -1287,7 +1287,7 @@ dependencies = [

[[package]]
name = "egui-winit"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"accesskit_winit",
"ahash",
Expand All @@ -1307,7 +1307,7 @@ dependencies = [

[[package]]
name = "egui_demo_app"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"bytemuck",
"chrono",
Expand All @@ -1333,7 +1333,7 @@ dependencies = [

[[package]]
name = "egui_demo_lib"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"chrono",
"criterion",
Expand All @@ -1348,7 +1348,7 @@ dependencies = [

[[package]]
name = "egui_extras"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"ahash",
"chrono",
Expand All @@ -1367,7 +1367,7 @@ dependencies = [

[[package]]
name = "egui_glow"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"ahash",
"bytemuck",
Expand All @@ -1387,7 +1387,7 @@ dependencies = [

[[package]]
name = "egui_kittest"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"dify",
"document-features",
Expand Down Expand Up @@ -1421,7 +1421,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"

[[package]]
name = "emath"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"bytemuck",
"document-features",
Expand Down Expand Up @@ -1512,7 +1512,7 @@ dependencies = [

[[package]]
name = "epaint"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"ab_glyph",
"ahash",
Expand All @@ -1533,7 +1533,7 @@ dependencies = [

[[package]]
name = "epaint_default_fonts"
version = "0.30.0"
version = "0.30.1"

[[package]]
name = "equivalent"
Expand Down Expand Up @@ -3064,7 +3064,7 @@ checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"

[[package]]
name = "popups"
version = "0.30.0"
version = "0.30.1"
dependencies = [
"eframe",
"env_logger",
Expand Down Expand Up @@ -4986,7 +4986,7 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"

[[package]]
name = "xtask"
version = "0.30.0"
version = "0.30.1"

[[package]]
name = "yaml-rust"
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ members = [
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.80"
version = "0.30.0"
version = "0.30.1"


[profile.release]
Expand Down Expand Up @@ -66,7 +66,7 @@ egui-wgpu = { version = "0.30.0", path = "crates/egui-wgpu", default-features =
egui_demo_lib = { version = "0.30.0", path = "crates/egui_demo_lib", default-features = false }
egui_glow = { version = "0.30.0", path = "crates/egui_glow", default-features = false }
egui_kittest = { version = "0.30.0", path = "crates/egui_kittest", default-features = false }
eframe = { version = "0.30.0", path = "crates/eframe", default-features = false }
eframe = { version = "0.30.1", path = "crates/eframe", default-features = false }

ahash = { version = "0.8.11", default-features = false, features = [
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead
Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ We don't update the MSRV in a patch release, unless we really, really need to.
- test on chromium
- check the in-browser profiler
* [ ] check the color test
* [ ] update `eframe_template` and test
* [ ] IMPORTANT: `eframe_template` with a commit hash, and make a PR to check that it passes CI!
* [ ] update `egui_plot` and test
* [ ] update `egui_tiles` and test
* [ ] test with Rerun
Expand Down
4 changes: 4 additions & 0 deletions crates/eframe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ This file is updated upon each release.
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.


## 0.30.1 - 2024-12-16 - Fix glow backend on Linux
* Revert "forward x11 and wayland features to glutin" ([#5391](https://github.com/emilk/egui/pull/5391)) to fix glow backend


## 0.30.0 - 2024-12-16 - Android support
### ⭐ Added
* Support `ViewportCommand::Screenshot` on web [#5438](https://github.com/emilk/egui/pull/5438) by [@lucasmerlin](https://github.com/lucasmerlin)
Expand Down

0 comments on commit 843ca45

Please sign in to comment.