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

Path Resources Should Be Added To Repo #3

Closed mrcbax closed 7 years ago

mrcbax commented 7 years ago

For example in Cargo.toml where you have the dependency line:

winapi={ path = "../winapi-rs/" }

Rewrite it to match:

winapi={ path = "winapi-rs/" }

Then put the local winapi folder inside the repository so that we can at least have a chance at compiling your code.

qdot commented 7 years ago

Will do. Sorry, this project was making a lot of headway then got cut off due to life getting in the way. Hoping to get back to it soon. :)