diff --git a/librashader-build-script/Cargo.toml b/librashader-build-script/Cargo.toml index 0e93768..da511e6 100644 --- a/librashader-build-script/Cargo.toml +++ b/librashader-build-script/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] -cbindgen = { git = "https://github.com/eqrion/cbindgen" } +cbindgen = "0.26.0" clap = { version = "4.1.0", features = ["derive"] }