-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updated to latest wgpu and winit version.
- Loading branch information
1 parent
9f10faf
commit 4e213a7
Showing
4 changed files
with
104 additions
and
125 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 = "blue_engine" | ||
version = "0.5.0" | ||
version = "0.5.1" | ||
authors = ["Elham Aryanpur <[email protected]>"] | ||
edition = "2021" | ||
description = "General-Purpose, Easy-to-use, Fast, and Portable graphics engine" | ||
|
@@ -22,11 +22,11 @@ NON_FILL_POLYGON_MODE = [] | |
[dependencies] | ||
image = { version = "0.24" } | ||
futures = "0.3" | ||
winit = { version = "0.29" } | ||
winit = { version = "0.29.8", features = ["rwh_05"] } | ||
wgpu = { version = "0.18" } | ||
bytemuck = { version = "1.14", features = ["derive"] } | ||
winit_input_helper = "0.15" | ||
anyhow = "1.0" | ||
wgpu = { version = "0.18" } | ||
downcast = "0.11" | ||
nalgebra-glm = "0.18" | ||
# debug logs | ||
|
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.