Skip to content

Commit 40a7cb1

Browse files
committed
chore: Bump egui to 0.31.1
1 parent 32dcbd2 commit 40a7cb1

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tracing = "0.1.41"
5656
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
5757
naga = { version = "24.0.0", features = ["wgsl-out"] }
5858
wgpu = "24.0.1"
59-
egui = "0.31.0"
59+
egui = "0.31.1"
6060
clap = { version = "4.5.31", features = ["derive"] }
6161
cpal = "0.15.3"
6262
anyhow = "1.0"

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ hashbrown = { version = "0.14.5", features = ["raw"] }
5555
scopeguard = "1.2.0"
5656
fluent-templates = "0.13.0"
5757
egui = { workspace = true, optional = true }
58-
egui_extras = { version = "0.31.0", default-features = false, optional = true }
58+
egui_extras = { version = "0.31.1", default-features = false, optional = true }
5959
png = { version = "0.17.16", optional = true }
6060
flv-rs = { path = "../flv" }
6161
async-channel = { workspace = true }

desktop/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ workspace = true
1414
clap = { workspace = true }
1515
cpal = { workspace = true }
1616
egui = { workspace = true }
17-
egui_extras = { version = "0.31.0", default-features = false, features = ["image"] }
18-
egui-wgpu = { version = "0.31.0", features = ["winit"] }
17+
egui_extras = { version = "0.31.1", default-features = false, features = ["image"] }
18+
egui-wgpu = { version = "0.31.1", features = ["winit"] }
1919
image = { workspace = true, features = ["png"] }
20-
egui-winit = "0.31.0"
20+
egui-winit = "0.31.1"
2121
fontdb = "0.23"
2222
ruffle_core = { path = "../core", features = ["audio", "clap", "mp3", "aac", "nellymoser", "default_compatibility_rules", "egui"] }
2323
ruffle_render = { path = "../render", features = ["clap"] }

0 commit comments

Comments
 (0)