Skip to content

Commit 56816c7

Browse files
committed
Update glsl to latest where float bug is fixed
1 parent 00a812a commit 56816c7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

gl2c/Cargo.lock

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gl2c/Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ authors = ["V Ogeman and glsl authors"]
66
edition = "2018"
77

88
[dependencies]
9-
glsl = "5.0"
9+
glsl = "5.0.1"
1010
serde = "0.9"
1111
serde_json = "0.9"
1212
serde_derive = "0.9"
13-
14-
[patch.crates-io]
15-
glsl = { path = "/Users/vron/Downloads/glsl-master/glsl" }

0 commit comments

Comments
 (0)