test cosmic applet
1[package]
2name = "eyez"
3version = "0.1.0"
4edition = "2021"
5license = "GPL-3.0"
6rust-version = "1.80"
7
8[dependencies]
9i18n-embed-fl = "0.8"
10open = "5.1.3"
11rust-embed = "8.3.0"
12
13[dependencies.libcosmic]
14git = "https://github.com/pop-os/libcosmic.git"
15default-features = false
16features = ["applet", "tokio", "wayland"]
17
18[dependencies.i18n-embed]
19version = "0.14"
20features = ["fluent-system", "desktop-requester"]
21
22# Uncomment to test a locally-cloned libcosmic
23# [patch.'https://github.com/pop-os/libcosmic']
24# libcosmic = { path = "../libcosmic" }
25# cosmic-config = { path = "../libcosmic/cosmic-config" }
26# cosmic-theme = { path = "../libcosmic/cosmic-theme" }