We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://docs.rs/system-deps/latest/system_deps/#overriding-library-name
toml keys cannot contain dot characters
I don't think this is true, the following should work (and, adguably, should be recommended?)
[package.metadata.system-deps] "glib-2.0" = "2.64"
https://toml.io/en/v1.0.0#keys
The text was updated successfully, but these errors were encountered:
Indeed, I guess that should work.
I'd prefer to have a test using this before changing the doc. PR welcomes. :)
Sorry, something went wrong.
No branches or pull requests
https://docs.rs/system-deps/latest/system_deps/#overriding-library-name
I don't think this is true, the following should work (and, adguably, should be recommended?)
https://toml.io/en/v1.0.0#keys
The text was updated successfully, but these errors were encountered: