docs.rs failed to build burncloud-client-tray-0.1.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
BurnCloud Client Tray
A simple system tray application for BurnCloud client.
Features
- System tray integration
- Launch web interface (http://127.0.0.1:8080)
- Clean exit functionality
- Cross-platform support
Usage
As a library
use start_tray;
As a binary
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Requirements
- The application expects an icon file at
./res/burncloud.ico - BurnCloud web service should be running on http://127.0.0.1:8080
License
Licensed under either of
- Apache License, Version 2.0
- MIT license
at your option.