mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Update glow to 0.12.0 (#3417)
This commit is contained in:
parent
4cd753bccd
commit
5a999e624a
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -1048,8 +1048,9 @@ checksum = "518faa5064866338b013ff9b2350dc318e14cc4fcd6cb8206d7e7c9886c98815"
|
||||
|
||||
[[package]]
|
||||
name = "glow"
|
||||
version = "0.11.2"
|
||||
source = "git+https://github.com/grovesNL/glow?rev=c8a011fcd57a5c68cc917ed394baa484bdefc909#c8a011fcd57a5c68cc917ed394baa484bdefc909"
|
||||
version = "0.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8edf6019dff2d92ad27c1e3ff82ad50a0aea5b01370353cc928bfdc33e95925c"
|
||||
dependencies = [
|
||||
"js-sys",
|
||||
"slotmap",
|
||||
|
@ -104,9 +104,7 @@ hassle-rs = "0.9.0"
|
||||
|
||||
# Gles dependencies
|
||||
egl = { package = "khronos-egl", version = "4.1" }
|
||||
# glow = { version = "0.11.2", optional = true }
|
||||
# TODO: New glow release
|
||||
glow = { git = "https://github.com/grovesNL/glow", rev = "c8a011fcd57a5c68cc917ed394baa484bdefc909" }
|
||||
glow = "0.12.0"
|
||||
glutin = "0.29.1"
|
||||
|
||||
# wasm32 dependencies
|
||||
|
@ -70,13 +70,13 @@ gpu-descriptor = { version = "0.2", optional = true }
|
||||
smallvec = { version = "1", optional = true, features = ["union"] }
|
||||
|
||||
# backend: Gles
|
||||
glow = { git = "https://github.com/grovesNL/glow", rev = "c8a011fcd57a5c68cc917ed394baa484bdefc909", optional = true }
|
||||
glow = { version = "0.12.0", optional = true }
|
||||
|
||||
# backend: Dx12
|
||||
bit-set = { version = "0.5", optional = true }
|
||||
range-alloc = { version = "0.1", optional = true }
|
||||
gpu-allocator = { version = "0.21", default_features = false, features = ["d3d12", "windows", "public-winapi"], optional = true }
|
||||
hassle-rs = { version = "0.9", optional = true }
|
||||
hassle-rs = { version = "0.9", optional = true }
|
||||
|
||||
[dependencies.wgt]
|
||||
package = "wgpu-types"
|
||||
|
Loading…
Reference in New Issue
Block a user