tray-wrapper 0.0.1

A simple wrapper library to make it easy to run servers with a GUI tray icon
Documentation
[dependencies.tray-icon]
version = "0.21.0"

[dependencies.winit]
version = "0.30"

[lib]
name = "tray_wrapper"
path = "src/lib.rs"

[package]
authors = ["Christopher Hotchkiss <chris@hotchkiss.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui"]
description = "A simple wrapper library to make it easy to run servers with a GUI tray icon"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "tray-wrapper"
readme = "README.md"
repository = "https://github.com/chotchki/tray-wrapper"
version = "0.0.1"

[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
version = "0.3.1"