Link to system-deps instead of metadeps

The latter is not really maintained anymore since 2019.
This commit is contained in:
Sebastian Dröge
2021-10-24 17:47:26 +03:00
parent ece01bf892
commit a753320dc6
+1 -1
View File
@@ -10,7 +10,7 @@ order to use the system `pkg-config` tool (if available) to determine where a
library is located.
You can use this crate directly to probe for specific libraries, or use
[metadeps](https://github.com/joshtriplett/metadeps) to declare all your
[system-deps](https://github.com/gdesmott/system-deps) to declare all your
`pkg-config` dependencies in `Cargo.toml`.
This library requires Rust 1.30+.