deft-tray 0.3.0

System tray extention for deft
Documentation
1
2
3
4
5
6
7
use cfg_aliases::cfg_aliases;

fn main() {
    cfg_aliases! {
        linux_pc: { all(target_os = "linux", not(target_env = "ohos"))},
    }
}