2024-04-11 11:24:58 +02:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-input-sources"
|
2026-01-13 17:21:37 +01:00
|
|
|
version = "1.0.2"
|
2025-08-12 21:38:51 +02:00
|
|
|
edition = "2024"
|
2024-09-15 23:09:55 -05:00
|
|
|
license = "GPL-3.0-only"
|
2024-04-11 11:24:58 +02:00
|
|
|
|
|
|
|
|
[dependencies]
|
2024-10-30 22:51:08 -04:00
|
|
|
# cosmic-time.workspace = true
|
2024-04-11 11:24:58 +02:00
|
|
|
cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp.git", rev = "5eb5af4" }
|
|
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
i18n-embed.workspace = true
|
|
|
|
|
libcosmic.workspace = true
|
|
|
|
|
rust-embed.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
tokio.workspace = true
|
2024-04-11 11:24:58 +02:00
|
|
|
tracing-log.workspace = true
|
|
|
|
|
tracing-subscriber.workspace = true
|
|
|
|
|
tracing.workspace = true
|
2024-11-22 01:51:17 -05:00
|
|
|
xkb-data = "0.2"
|