Skip to content

Commit ba34ac1

Browse files
committed
Update dependencies
1 parent b9e95e2 commit ba34ac1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

frontend/desktop/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ dust-wgpu-3d = { path = "../../render/wgpu-3d", features = ["threaded"] }
4040

4141
# UI
4242
winit = { version = "0.29", features = ["serde"] }
43-
wgpu = { git = "https://github.com/gfx-rs/wgpu" }
43+
wgpu = "0.19"
4444
imgui = { version = "0.11", features = ["docking", "tables-api"] }
4545
imgui-winit-support = { git = "https://github.com/kelpsyberry/imgui-rs" }
4646
imgui-wgpu = { git = "https://github.com/kelpsyberry/imgui-wgpu" }
4747
opener = "0.6"
4848

4949
# System resources
50-
rfd = "0.12"
50+
rfd = "0.13"
5151
directories = "5.0"
5252
copypasta = "0.10"
5353
cpal = "0.15"

render/wgpu-2d/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ dust-core = { path = "../../core" }
99
emu-utils = { git = "https://github.com/kelpsyberry/emu-utils", features = ["std"] }
1010
dust-soft-2d-base = { path = "../soft-2d/base" }
1111
proc-bitfield = { version = "0.3", features = ["nightly"] }
12-
wgpu = { git = "https://github.com/gfx-rs/wgpu" }
12+
wgpu = "0.19"
1313
crossbeam-channel = "0.5"
1414
parking_lot = "0.12"

render/wgpu-3d/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ dust-soft-3d = { path = "../soft-3d" }
1313
emu-utils = { git = "https://github.com/kelpsyberry/emu-utils", features = ["std"], optional = true}
1414
proc-bitfield = { version = "0.3", features = ["nightly"] }
1515
ahash = "0.8"
16-
wgpu = { git = "https://github.com/gfx-rs/wgpu" }
16+
wgpu = "0.19"
1717
crossbeam-channel = { version = "0.5", optional = true }
1818
parking_lot = { version = "0.12", optional = true }

0 commit comments

Comments
 (0)