diff options
Diffstat (limited to 'third_party/webrender/swgl/Cargo.toml')
-rw-r--r-- | third_party/webrender/swgl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/webrender/swgl/Cargo.toml b/third_party/webrender/swgl/Cargo.toml index 2e84e2267c1..bc5a04b0a34 100644 --- a/third_party/webrender/swgl/Cargo.toml +++ b/third_party/webrender/swgl/Cargo.toml @@ -12,4 +12,4 @@ glsl-to-cxx = { path = "../glsl-to-cxx" } webrender_build = { path = "../webrender_build" } [dependencies] -gleam = "0.15" +gleam = "0.12.0" |