File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ First add to your `Cargo.toml`:
2121
2222``` toml
2323[dependencies ]
24- shaderc = " 0.9 "
24+ shaderc = " 0.10 "
2525```
2626
2727Then add to your crate root:
Original file line number Diff line number Diff line change 11[package ]
22name = " shaderc"
3- version = " 0.9.1 "
3+ version = " 0.10.0 "
44authors = [" Lei Zhang <antiagainst@gmail.com>" ]
55description = " Rust bindings for shaderc"
66documentation = " https://docs.rs/shaderc"
@@ -14,7 +14,7 @@ path = "src/lib.rs"
1414
1515[dependencies ]
1616libc = " 0.2"
17- shaderc-sys = { version = " 0.9.1 " , path = " ../shaderc-sys" }
17+ shaderc-sys = { version = " 0.10.0 " , path = " ../shaderc-sys" }
1818
1919[dev-dependencies ]
2020assert_matches = " 1.5"
Original file line number Diff line number Diff line change 11[package ]
22name = " shaderc-sys"
3- version = " 0.9.1 "
3+ version = " 0.10.0 "
44authors = [" Lei Zhang <antiagainst@gmail.com>" , " Mr. Knapp <knappador@gmail.com>" ]
55build = " build/build.rs"
66description = " Shaderc system library FFI, building, and linking"
You can’t perform that action at this time.
0 commit comments