We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d28f0 commit f0ab1beCopy full SHA for f0ab1be
README.md
@@ -8,6 +8,10 @@ A simple library meant to be used as a build dependency with Cargo packages in
8
order to use the system `pkg-config` tool (if available) to determine where a
9
library is located.
10
11
+You can use this crate directly to probe for specific libraries, or use
12
+[metadeps](https://github.com/joshtriplett/metadeps) to declare all your
13
+`pkg-config` dependencies in `Cargo.toml`.
14
+
15
# Example
16
17
Find the system library named `foo`, with minimum version 1.2.3:
0 commit comments