-
Notifications
You must be signed in to change notification settings - Fork 89
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 #43 from cwfitzgerald/update-to-0.7
- Loading branch information
Showing
7 changed files
with
132 additions
and
117 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,7 +1,7 @@ | ||
[package] | ||
name = "imgui-wgpu" | ||
version = "0.12.0" | ||
authors = ["Noah Hüsser <[email protected]>", "Steven Wittens <[email protected]>"] | ||
version = "0.13.0" | ||
authors = ["Noah Hüsser <[email protected]>", "Connor Fitzgerald <[email protected]>", "Steven Wittens <[email protected]>"] | ||
edition = "2018" | ||
description = "A wgpu render backend for imgui-rs." | ||
documentation = "https://docs.rs/imgui-wgpu/" | ||
|
@@ -26,26 +26,26 @@ simple_api_unstable = [ "winit", "pollster", "imgui-winit-support" ] | |
default = [] | ||
|
||
[dependencies] | ||
wgpu = "0.6" | ||
log = "0.4" | ||
imgui = "0.6" | ||
bytemuck = "1" | ||
imgui = "0.6" | ||
log = "0.4" | ||
smallvec = "1" | ||
wgpu = "0.7" | ||
|
||
# deps for simple_api_unstable | ||
winit = { version = ">= 0.23, < 0.25", optional = true } | ||
pollster = { version = "0.2.0", optional = true } # for block_on executor | ||
imgui-winit-support = { version = "0.6", optional = true } | ||
pollster = { version = "0.2.0", optional = true } # for block_on executor | ||
winit = { version = ">= 0.23, < 0.25", optional = true } | ||
|
||
[dev-dependencies] | ||
wgpu-subscriber = "0.1" | ||
winit = "0.24" | ||
bytemuck = { version = "1.4", features = ["derive"] } | ||
cgmath = "0.17" | ||
futures = "0.3" | ||
image = "0.23" | ||
imgui-winit-support = "0.6" | ||
raw-window-handle = "0.3" | ||
image = "0.23" | ||
futures = "0.3" | ||
cgmath = "0.17" | ||
bytemuck = { version = "1.4", features = ["derive"] } | ||
wgpu-subscriber = "0.1" | ||
winit = "0.24" | ||
|
||
[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
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
Oops, something went wrong.