Updated Cargo.toml
bytemuck support for cgmath hasn't been released yet, so using the master branch from github instead. Won't be adding it as submodule yet as it is only temporary
This commit is contained in:
parent
be968adb89
commit
f025bef6c9
@ -19,13 +19,17 @@ winit = "^0.26.1"
|
|||||||
raw-window-handle = "^0.4.3"
|
raw-window-handle = "^0.4.3"
|
||||||
|
|
||||||
# gpu API
|
# gpu API
|
||||||
wgpu = "0.13.0"
|
wgpu = "0.13.1"
|
||||||
wgpu-hal = "0.13.2"
|
wgpu-hal = "0.13.2"
|
||||||
wgpu-types = "0.13.2"
|
wgpu-types = "0.13.2"
|
||||||
bytemuck = { version = "1.4", features = [ "derive" ] }
|
wgpu-core = "0.13.2"
|
||||||
|
bytemuck = { version = "1.4", features = ["derive"] }
|
||||||
|
|
||||||
[dependencies.image]
|
[dependencies.image]
|
||||||
version = "^0.24.2"
|
version = "^0.24.2"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["png", "jpeg"]
|
features = ["png", "jpeg"]
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
cgmath = { path = "cgmath" }
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user