mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Fix bitflags at 1.2 (#1190)
This commit is contained in:
@@ -15,7 +15,8 @@ resolver = "2"
|
||||
all-features = true
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1"
|
||||
# bitflags 1.3 requires Rust-1.46
|
||||
bitflags = "~1.2"
|
||||
bit-set = "0.5"
|
||||
codespan-reporting = { version = "0.11.0", optional = true }
|
||||
fxhash = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user