-
Notifications
You must be signed in to change notification settings - Fork 64
docs.rs fails to build for systray 0.4.0 #36
Comments
Ok, looks like docs.rs building is still a problem on 0.4.0, due to the special requirements of the libappindicator library. I need to make a "docs" feature that would just build the generic API portions. |
Alternatively you can ask the docsrs people (on Discord) whether they could add |
If you go to docs.rs for systray-0.4.0, you can find a build log for the failed 0.4.0 build: https://docs.rs/crate/systray/0.4.0/builds/221996 At the bottom of this page, there is a link to open an issue in case of a build failure. If you try to open an issue, you are presented with this comment:
It looks like this is probably the way to go. I would be pretty happy if there were docs for systray available! |
Perhaps you could also set Windows as the default target, since that has no dependencies on third party C libraries, just |
If windows target is all that is required, it could be done by just adding this to Cargo.toml
|
Fixed by rust-lang/crates-build-env#59. I queued a rebuild so you don't have to publish a new release :) https://docs.rs/crate/systray/0.4.0 |
@jyn514 Thanks! 👍 |
https://docs.rs/crate/systray/0.3.0
Is this project dead?
The text was updated successfully, but these errors were encountered: