Skip to content

Commit a01193d

Browse files
committed
Release 0.34.1: Enable WebGL fallback in eframe
1 parent f325097 commit a01193d

13 files changed

Lines changed: 74 additions & 29 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ This file is updated upon each release.
1414
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.
1515

1616

17+
## 0.34.1 - 2026-03-27
18+
Nothing new
19+
20+
1721
## 0.34.0 - 2026-03-26
1822

1923
### Highlights from this release

Cargo.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
11931193

11941194
[[package]]
11951195
name = "ecolor"
1196-
version = "0.34.0"
1196+
version = "0.34.1"
11971197
dependencies = [
11981198
"bytemuck",
11991199
"cint",
@@ -1205,7 +1205,7 @@ dependencies = [
12051205

12061206
[[package]]
12071207
name = "eframe"
1208-
version = "0.34.0"
1208+
version = "0.34.1"
12091209
dependencies = [
12101210
"ahash",
12111211
"bytemuck",
@@ -1244,7 +1244,7 @@ dependencies = [
12441244

12451245
[[package]]
12461246
name = "egui"
1247-
version = "0.34.0"
1247+
version = "0.34.1"
12481248
dependencies = [
12491249
"accesskit",
12501250
"ahash",
@@ -1264,7 +1264,7 @@ dependencies = [
12641264

12651265
[[package]]
12661266
name = "egui-wgpu"
1267-
version = "0.34.0"
1267+
version = "0.34.1"
12681268
dependencies = [
12691269
"ahash",
12701270
"bytemuck",
@@ -1282,7 +1282,7 @@ dependencies = [
12821282

12831283
[[package]]
12841284
name = "egui-winit"
1285-
version = "0.34.0"
1285+
version = "0.34.1"
12861286
dependencies = [
12871287
"accesskit_winit",
12881288
"arboard",
@@ -1305,7 +1305,7 @@ dependencies = [
13051305

13061306
[[package]]
13071307
name = "egui_demo_app"
1308-
version = "0.34.0"
1308+
version = "0.34.1"
13091309
dependencies = [
13101310
"accesskit",
13111311
"accesskit_consumer",
@@ -1334,7 +1334,7 @@ dependencies = [
13341334

13351335
[[package]]
13361336
name = "egui_demo_lib"
1337-
version = "0.34.0"
1337+
version = "0.34.1"
13381338
dependencies = [
13391339
"criterion",
13401340
"document-features",
@@ -1351,7 +1351,7 @@ dependencies = [
13511351

13521352
[[package]]
13531353
name = "egui_extras"
1354-
version = "0.34.0"
1354+
version = "0.34.1"
13551355
dependencies = [
13561356
"ahash",
13571357
"document-features",
@@ -1370,7 +1370,7 @@ dependencies = [
13701370

13711371
[[package]]
13721372
name = "egui_glow"
1373-
version = "0.34.0"
1373+
version = "0.34.1"
13741374
dependencies = [
13751375
"bytemuck",
13761376
"document-features",
@@ -1389,7 +1389,7 @@ dependencies = [
13891389

13901390
[[package]]
13911391
name = "egui_kittest"
1392-
version = "0.34.0"
1392+
version = "0.34.1"
13931393
dependencies = [
13941394
"dify",
13951395
"document-features",
@@ -1409,7 +1409,7 @@ dependencies = [
14091409

14101410
[[package]]
14111411
name = "egui_tests"
1412-
version = "0.34.0"
1412+
version = "0.34.1"
14131413
dependencies = [
14141414
"egui",
14151415
"egui_extras",
@@ -1439,7 +1439,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
14391439

14401440
[[package]]
14411441
name = "emath"
1442-
version = "0.34.0"
1442+
version = "0.34.1"
14431443
dependencies = [
14441444
"bytemuck",
14451445
"document-features",
@@ -1537,7 +1537,7 @@ dependencies = [
15371537

15381538
[[package]]
15391539
name = "epaint"
1540-
version = "0.34.0"
1540+
version = "0.34.1"
15411541
dependencies = [
15421542
"ahash",
15431543
"bytemuck",
@@ -1563,7 +1563,7 @@ dependencies = [
15631563

15641564
[[package]]
15651565
name = "epaint_default_fonts"
1566-
version = "0.34.0"
1566+
version = "0.34.1"
15671567

15681568
[[package]]
15691569
name = "equivalent"
@@ -3431,7 +3431,7 @@ checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
34313431

34323432
[[package]]
34333433
name = "popups"
3434-
version = "0.34.0"
3434+
version = "0.34.1"
34353435
dependencies = [
34363436
"eframe",
34373437
"env_logger",
@@ -5819,7 +5819,7 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
58195819

58205820
[[package]]
58215821
name = "xtask"
5822-
version = "0.34.0"
5822+
version = "0.34.1"
58235823

58245824
[[package]]
58255825
name = "yaml-rust"

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ members = [
2424
edition = "2024"
2525
license = "MIT OR Apache-2.0"
2626
rust-version = "1.92"
27-
version = "0.34.0"
27+
version = "0.34.1"
2828

2929

3030
[profile.release]
@@ -55,18 +55,18 @@ opt-level = 2
5555

5656

5757
[workspace.dependencies]
58-
emath = { version = "0.34.0", path = "crates/emath", default-features = false }
59-
ecolor = { version = "0.34.0", path = "crates/ecolor", default-features = false }
60-
epaint = { version = "0.34.0", path = "crates/epaint", default-features = false }
61-
epaint_default_fonts = { version = "0.34.0", path = "crates/epaint_default_fonts" }
62-
egui = { version = "0.34.0", path = "crates/egui", default-features = false }
63-
egui-winit = { version = "0.34.0", path = "crates/egui-winit", default-features = false }
64-
egui_extras = { version = "0.34.0", path = "crates/egui_extras", default-features = false }
65-
egui-wgpu = { version = "0.34.0", path = "crates/egui-wgpu", default-features = false }
66-
egui_demo_lib = { version = "0.34.0", path = "crates/egui_demo_lib", default-features = false }
67-
egui_glow = { version = "0.34.0", path = "crates/egui_glow", default-features = false }
68-
egui_kittest = { version = "0.34.0", path = "crates/egui_kittest", default-features = false }
69-
eframe = { version = "0.34.0", path = "crates/eframe", default-features = false }
58+
emath = { version = "0.34.1", path = "crates/emath", default-features = false }
59+
ecolor = { version = "0.34.1", path = "crates/ecolor", default-features = false }
60+
epaint = { version = "0.34.1", path = "crates/epaint", default-features = false }
61+
epaint_default_fonts = { version = "0.34.1", path = "crates/epaint_default_fonts" }
62+
egui = { version = "0.34.1", path = "crates/egui", default-features = false }
63+
egui-winit = { version = "0.34.1", path = "crates/egui-winit", default-features = false }
64+
egui_extras = { version = "0.34.1", path = "crates/egui_extras", default-features = false }
65+
egui-wgpu = { version = "0.34.1", path = "crates/egui-wgpu", default-features = false }
66+
egui_demo_lib = { version = "0.34.1", path = "crates/egui_demo_lib", default-features = false }
67+
egui_glow = { version = "0.34.1", path = "crates/egui_glow", default-features = false }
68+
egui_kittest = { version = "0.34.1", path = "crates/egui_kittest", default-features = false }
69+
eframe = { version = "0.34.1", path = "crates/eframe", default-features = false }
7070

7171
accesskit = "0.24.0"
7272
accesskit_consumer = "0.35.0"

crates/ecolor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This file is updated upon each release.
66
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.
77

88

9+
## 0.34.1 - 2026-03-27
10+
Nothing new
11+
12+
913
## 0.34.0 - 2026-03-26
1014
Nothing new
1115

crates/eframe/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ This file is updated upon each release.
77
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.
88

99

10+
## 0.34.1 - 2026-03-27
11+
* `wgpu` backend: Enable WebGL fallback [#8038](https://github.com/emilk/egui/pull/8038) by [@emilk](https://github.com/emilk)
12+
* Only apply cursor style to the `<canvas>` [#8036](https://github.com/emilk/egui/pull/8036) by [@mkeeter](https://github.com/mkeeter)
13+
14+
1015
## 0.34.0 - 2026-03-26
1116
### ⭐ Added
1217
* Add feature `wgpu_no_default_features` [#7700](https://github.com/emilk/egui/pull/7700) by [@emilk](https://github.com/emilk)

crates/egui-wgpu/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This file is updated upon each release.
66
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.
77

88

9+
## 0.34.1 - 2026-03-27
10+
* `wgpu` backend: Enable WebGL fallback [#8038](https://github.com/emilk/egui/pull/8038) by [@emilk](https://github.com/emilk)
11+
12+
913
## 0.34.0 - 2026-03-26
1014
### ⭐ Added
1115
* Add error message when calling `.render()` without `.update_buffers()` [#8005](https://github.com/emilk/egui/pull/8005) by [@emilk](https://github.com/emilk)

crates/egui-winit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This file is updated upon each release.
55
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.
66

77

8+
## 0.34.1 - 2026-03-27
9+
Nothing new
10+
11+
812
## 0.34.0 - 2026-03-26
913
* Add `is_scrolling`/`is_smooth_scrolling` util, checking for active scroll action [#7669](https://github.com/emilk/egui/pull/7669) by [@IsseW](https://github.com/IsseW)
1014
* Fix backspacing leaving last character in IME prediction not removed on macOS native and Safari [#7810](https://github.com/emilk/egui/pull/7810) by [@umajho](https://github.com/umajho)

crates/egui_extras/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This file is updated upon each release.
55
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.
66

77

8+
## 0.34.1 - 2026-03-27
9+
Nothing new
10+
11+
812
## 0.34.0 - 2026-03-26
913
* Fix media type with optional parameters [#7739](https://github.com/emilk/egui/pull/7739) by [@leungkkf](https://github.com/leungkkf)
1014
* Fix: CodeTheme functions - ui and add builder [#7684](https://github.com/emilk/egui/pull/7684) by [@Its-Just-Nans](https://github.com/Its-Just-Nans)

crates/egui_glow/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Changes since the last release can be found at <https://github.com/emilk/egui/co
66

77

88

9+
## 0.34.1 - 2026-03-27
10+
Nothing new
11+
12+
913
## 0.34.0 - 2026-03-26
1014
Nothing new
1115

crates/egui_kittest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This file is updated upon each release.
66
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.
77

88

9+
## 0.34.1 - 2026-03-27
10+
Nothing new
11+
12+
913
## 0.34.0 - 2026-03-26
1014
* Turn `HarnessBuilder::with_options` into a proper builder method [#7697](https://github.com/emilk/egui/pull/7697) by [@emilk](https://github.com/emilk)
1115
* Paint mouse cursor in kittest snapshot images [#7721](https://github.com/emilk/egui/pull/7721) by [@emilk](https://github.com/emilk)

0 commit comments

Comments
 (0)