Skip to content

Commit

Permalink
Use Unicode 14 for WGSL
Browse files Browse the repository at this point in the history
The unicode-xid crate just had a release with Unicode 14 data, which the WGSL spec requires.
  • Loading branch information
mehmetoguzderin authored and teoxoy committed May 2, 2022
1 parent 57e1793 commit 9c8a518
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9c8a518

Please sign in to comment.