nixpkgs/pkgs/by-name/py/pyxel/update-bindgen-f16-support.patch
2024-02-17 00:53:25 +01:00

13 lines
450 B
Diff

diff --git a/crates/pyxel-platform/Cargo.toml b/crates/pyxel-platform/Cargo.toml
index 01a87b68..088ffbdd 100644
--- a/crates/pyxel-platform/Cargo.toml
+++ b/crates/pyxel-platform/Cargo.toml
@@ -22,7 +22,7 @@ parking_lot = "0.12"
paste = "1.0"
[build-dependencies]
-bindgen = "0.69"
+bindgen = { git = "https://github.com/rust-lang/rust-bindgen.git", rev = "d77e53ed8398743bf68831d25063719fa0f4f136" }
cmake = "0.1"
flate2 = "1.0"
tar = "0.4"