2024-11-06 02:36:33 +00:00
|
|
|
[package]
|
|
|
|
|
name = "about"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2026-01-14 18:46:53 +01:00
|
|
|
open = "5.3.3"
|
2024-11-06 02:36:33 +00:00
|
|
|
|
2026-04-23 15:32:29 +02:00
|
|
|
[dependencies.libcosmic-yoda]
|
2024-11-06 02:36:33 +00:00
|
|
|
path = "../../"
|
|
|
|
|
features = [
|
|
|
|
|
"debug",
|
|
|
|
|
"winit",
|
|
|
|
|
"tokio",
|
|
|
|
|
"xdg-portal",
|
|
|
|
|
"desktop",
|
|
|
|
|
"a11y",
|
|
|
|
|
"wayland",
|
|
|
|
|
"wgpu",
|
|
|
|
|
"single-instance",
|
2024-11-16 03:38:29 +01:00
|
|
|
"about",
|
2024-11-06 02:36:33 +00:00
|
|
|
]
|