Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelpsyberry committed Feb 3, 2024
1 parent b9e95e2 commit ba34ac1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ dust-wgpu-3d = { path = "../../render/wgpu-3d", features = ["threaded"] }

# UI
winit = { version = "0.29", features = ["serde"] }
wgpu = { git = "https://github.com/gfx-rs/wgpu" }
wgpu = "0.19"
imgui = { version = "0.11", features = ["docking", "tables-api"] }
imgui-winit-support = { git = "https://github.com/kelpsyberry/imgui-rs" }
imgui-wgpu = { git = "https://github.com/kelpsyberry/imgui-wgpu" }
opener = "0.6"

# System resources
rfd = "0.12"
rfd = "0.13"
directories = "5.0"
copypasta = "0.10"
cpal = "0.15"
Expand Down
2 changes: 1 addition & 1 deletion render/wgpu-2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ dust-core = { path = "../../core" }
emu-utils = { git = "https://github.com/kelpsyberry/emu-utils", features = ["std"] }
dust-soft-2d-base = { path = "../soft-2d/base" }
proc-bitfield = { version = "0.3", features = ["nightly"] }
wgpu = { git = "https://github.com/gfx-rs/wgpu" }
wgpu = "0.19"
crossbeam-channel = "0.5"
parking_lot = "0.12"
2 changes: 1 addition & 1 deletion render/wgpu-3d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dust-soft-3d = { path = "../soft-3d" }
emu-utils = { git = "https://github.com/kelpsyberry/emu-utils", features = ["std"], optional = true}
proc-bitfield = { version = "0.3", features = ["nightly"] }
ahash = "0.8"
wgpu = { git = "https://github.com/gfx-rs/wgpu" }
wgpu = "0.19"
crossbeam-channel = { version = "0.5", optional = true }
parking_lot = { version = "0.12", optional = true }

0 comments on commit ba34ac1

Please sign in to comment.