mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
Make glsl dep more specific
- Require 4.1 as 4.0 now gives compile errors
This commit is contained in:
parent
1a9f34ecf2
commit
7d5bc0b2e2
@ -15,7 +15,7 @@ fxhash = "0.2"
|
||||
log = "0.4"
|
||||
num-traits = "0.2"
|
||||
spirv = { package = "spirv_headers", version = "1.4.2", optional = true }
|
||||
glsl = { version = "4", optional = true }
|
||||
glsl = { version = "4.1", optional = true }
|
||||
pomelo = { version = "0.1.4", optional = true }
|
||||
thiserror = "1.0"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user