Skip to content

Commit

Permalink
fix(deps): update rust dependencies related to winit and wgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 11, 2023
1 parent 06646bc commit a818318
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ version = "0.1.0"
# gc-arena = { git = "https://github.com/kyren/gc-arena", rev = "efd89fc683c6bb456af3e226c33763cb822645e9" }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
naga = { version = "0.13.0", features = ["validate", "wgsl-out"] }
naga_oil = "0.9.0"
wgpu = "0.17.1"
naga = { version = "0.14.2", features = ["validate", "wgsl-out"] }
naga_oil = "0.11.0"
wgpu = "0.18.0"
egui = "0.23.0"

# Don't optimize build scripts and macros.
Expand Down
6 changes: 3 additions & 3 deletions desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ clap = { version = "4.4.11", features = ["derive"] }
cpal = "0.15.2"
egui = { workspace = true }
egui_extras = { version = "0.23.0", features = ["image"] }
egui-wgpu = { version = "0.23.0", features = ["winit"] }
egui-wgpu = { version = "0.24.1", features = ["winit"] }
image = { version = "0.24", features = ["png"] }
egui-winit = "0.23.0"
egui-winit = "0.24.1"
fontdb = "0.16"
ruffle_core = { path = "../core", features = ["audio", "clap", "mp3", "nellymoser", "default_compatibility_rules", "egui", "default_font"] }
ruffle_render = { path = "../render", features = ["clap"] }
Expand All @@ -23,7 +23,7 @@ ruffle_video_software = { path = "../video/software", optional = true }
tracing = { workspace = true}
tracing-subscriber = { workspace = true }
generational-arena = "0.2.9"
winit = "0.28.7"
winit = "0.29.4"
webbrowser = "0.8.12"
url = "2.5.0"
arboard = "3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion render/wgpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ wgpu = { workspace = true, features = ["naga"] }
tracing = { workspace = true }
ruffle_render = { path = "..", features = ["tessellator", "wgpu"] }
bytemuck = { version = "1.14.0", features = ["derive"] }
raw-window-handle = "0.5.2"
raw-window-handle = "0.6.0"
clap = { version = "4.4.11", features = ["derive"], optional = true }
enum-map = "2.7.3"
fnv = "1.0.7"
Expand Down

0 comments on commit a818318

Please sign in to comment.