mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Use Unicode 14 for WGSL
The unicode-xid crate just had a release with Unicode 14 data, which the WGSL spec requires.
This commit is contained in:
committed by
Teodor Tanasoaia
parent
57e1793143
commit
9c8a51830c
@@ -61,10 +61,7 @@ serde = { version = "1.0.103", features = ["derive"], optional = true }
|
||||
petgraph = { version ="0.6", optional = true }
|
||||
pp-rs = { version = "0.2.1", optional = true }
|
||||
hexf-parse = { version = "0.2.1", optional = true }
|
||||
# update unicode-xid to the next version since it has been updated to unicode v14
|
||||
# (but has no release that includes it yet)
|
||||
# https://github.com/unicode-rs/unicode-xid/pull/27
|
||||
unicode-xid = { version = "0.2.2", optional = true }
|
||||
unicode-xid = { version = "0.2.3", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
bincode = "1"
|
||||
|
||||
Reference in New Issue
Block a user