qdot / systray-rs

Allows rust applications to show a platform specific system tray icon and menu.
BSD 3-Clause "New" or "Revised" License
170 stars 66 forks source link

Figure out how to build linux dependencies around Cargo bug #6

Closed qdot closed 7 years ago

qdot commented 7 years ago

The cargo bug at

https://github.com/rust-lang/cargo/issues/3512

affects us, via the gtk libraries. I've filed https://github.com/gtk-rs/gtk/issues/457#issuecomment-282925402 on the gtk crate, which is hopefully getting a version bump soon, and may fix this. Until then, we can't really distribute linux stuff via crates.io. :/

qdot commented 7 years ago

The gtk package updated, so we're good now. Should be able to host linux as part of the crates.io package once the branch is merged!