--- ./intiface-engine-flutter-bridge/Cargo.toml.orig +++ ./intiface-engine-flutter-bridge/Cargo.toml @@ -46,3 +46,7 @@ [build-dependencies] flutter_rust_bridge_codegen = "1.78.0" + +[patch.crates-io.pkg-config] +git = "https://github.com/selfisekai/pkg-config-rs.git" +rev = "4ea97bced7657de9f93b8ba151ac5029e6346ecc" --- ./intiface-engine-flutter-bridge/Cargo.lock.orig +++ ./intiface-engine-flutter-bridge/Cargo.lock @@ -2142,8 +2142,7 @@ [[package]] name = "pkg-config" version = "0.3.27" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" +source = "git+https://github.com/selfisekai/pkg-config-rs.git?rev=4ea97bced7657de9f93b8ba151ac5029e6346ecc#4ea97bced7657de9f93b8ba151ac5029e6346ecc" [[package]] name = "ppv-lite86"