-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from aftix/master
Bump wgpu to 22.1
- Loading branch information
Showing
7 changed files
with
1,014 additions
and
660 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "imgui-wgpu" | ||
version = "0.24.0" | ||
version = "0.25.0" | ||
authors = ["Noah Hüsser <[email protected]>", "Connor Fitzgerald <[email protected]>", "Steven Wittens <[email protected]>"] | ||
edition = "2021" | ||
description = "A wgpu render backend for imgui-rs." | ||
|
@@ -46,17 +46,17 @@ bytemuck = "1" | |
imgui = "0.12" | ||
log = "0.4" | ||
smallvec = "1" | ||
wgpu = "0.19" | ||
wgpu = "22.1" | ||
|
||
[dev-dependencies] | ||
bytemuck = { version = "1.13", features = ["derive"] } | ||
cgmath = "0.18" | ||
env_logger = "0.10" | ||
image = { version = "0.24", default-features = false, features = ["png"] } | ||
imgui-winit-support = "0.12" | ||
imgui-winit-support = "0.13" | ||
pollster = "0.3" | ||
raw-window-handle = "0.5" | ||
winit = "0.29" | ||
winit = "0.30" | ||
|
||
[package.metadata.docs.rs] | ||
all-features = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.