Squash of 7 yoda commits forming the fork pivot: -255cf7ccrename: libcosmic -> libcosmic-yoda (fork 0.1.0-yoda) -8701aa31feat(yoda): Wayland-only cut — drop winit and x11 features -6736a596yoda: soft-fork pivot — keep Cargo name 'libcosmic' for dep unification -3e23d087yoda: re-apply hard rename — libcosmic -> libcosmic-yoda (0.1.0-yoda) -aec3eb61yoda: ungate remaining winit+wayland combined cfgs -8ab7b158yoda-v2: color_picker Theme ref + context_menu/menu ungate winit -8d1d8739yoda: drop x11 defaults on iced_winit + iced_tiny_skia
22 lines
300 B
TOML
22 lines
300 B
TOML
[package]
|
|
name = "about"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
open = "5.3.3"
|
|
|
|
[dependencies.libcosmic-yoda]
|
|
path = "../../"
|
|
features = [
|
|
"debug",
|
|
"winit",
|
|
"tokio",
|
|
"xdg-portal",
|
|
"desktop",
|
|
"a11y",
|
|
"wayland",
|
|
"wgpu",
|
|
"single-instance",
|
|
"about",
|
|
]
|