-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Please list dependencies for buzz #3
Comments
Hmm, I'm not sure where the best place is to list them, in particular because they are all introduced by the crates that
This would be a lot easier to do if the other crates (notify-rust and systray in particular) explicitly listed their dependencies. The dependencies of I think the libraries above will pull in a bunch of the other dependencies too, but you might be right that there are more. The set of libraries as listed by
|
`cargo test --all-features` does not run doc-tests. For more information see rust-lang/cargo#6669.
Hi,
Is it possible to try to list all the needed dependencies for compiling buzz somewhere? It might be tricky to install otherwise (and takes forever as you have to compile, install missing dependencies, compile again and repeat for each missing package).
Here is the non-complete list of development headers I had to install on my Fedora 25 machine:
I'm pretty sure this list is non-exhaustive as I've installed other development headers before for other crates.
The text was updated successfully, but these errors were encountered: