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:
Mehmet Oguz Derin
2022-05-02 16:28:56 +03:00
committed by Teodor Tanasoaia
parent 57e1793143
commit 9c8a51830c

View File

@@ -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"