mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-26 00:33:51 +00:00
[rs] Merge #99
99: Update dependencies (including wgpu commit) r=kvark a=rukai Co-authored-by: Rukai <rubickent@gmail.com>
This commit is contained in:
commit
82dedda761
@ -23,15 +23,15 @@ default = []
|
||||
vulkan = ["wgn/gfx-backend-vulkan"]
|
||||
|
||||
[dependencies]
|
||||
wgn = { package = "wgpu-native", git = "https://github.com/gfx-rs/wgpu", rev = "c3609d71c95dc5be1672c737ee4010e6a9408748" }
|
||||
arrayvec = "0.4"
|
||||
raw-window-handle = "0.1"
|
||||
wgn = { package = "wgpu-native", git = "https://github.com/gfx-rs/wgpu", rev = "78fbbba5e928e4a6f15a03a1c04d06916a947673" }
|
||||
arrayvec = "0.5"
|
||||
raw-window-handle = "0.3"
|
||||
zerocopy = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
cgmath = "0.17"
|
||||
env_logger = "0.6"
|
||||
env_logger = "0.7"
|
||||
glsl-to-spirv = "0.1"
|
||||
log = "0.4"
|
||||
png = "0.15"
|
||||
winit = "0.20.0-alpha3"
|
||||
winit = "0.20.0-alpha4"
|
||||
|
Loading…
Reference in New Issue
Block a user