Bump mozangle to 0.5.0 (#30546)

* Update mozangle to version 0.5

* Update webglshader CompileOptions and BuiltInResources

* Update webglshader.rs

* Update webglshader.rs
This commit is contained in:
Samson 2023-12-08 12:15:01 +01:00 committed by GitHub
parent 6282c4d147
commit e2743c6141
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 157 deletions

5
Cargo.lock generated
View file

@ -3682,14 +3682,15 @@ dependencies = [
[[package]]
name = "mozangle"
version = "0.4.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50520878a0ee7a06b007711e568749a3b3979defa6aaf40dd69651cfe377ca35"
checksum = "aeb5ed416ca0e4bc02daa155b8fb7f58bf1ada40db78bfb168ee14f945d6abf3"
dependencies = [
"bindgen 0.68.1",
"cc",
"gl_generator",
"lazy_static",
"libz-sys",
"walkdir",
]