Some checks failed
Continuous Integration / format (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "applet") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "desktop,smol") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "desktop,tokio") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "wayland") (push) Has been cancelled
Pages / pages (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "winit") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "winit_debug") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "winit_tokio") (push) Has been cancelled
Continuous Integration / tests (--no-default-features --features "winit_wgpu") (push) Has been cancelled
Continuous Integration / tests (-p cosmic-theme) (push) Has been cancelled
Continuous Integration / examples (application) (push) Has been cancelled
Continuous Integration / examples (context-menu) (push) Has been cancelled
Continuous Integration / examples (nav-context) (push) Has been cancelled
Continuous Integration / examples (open-dialog) (push) Has been cancelled
25 lines
372 B
TOML
25 lines
372 B
TOML
[package]
|
|
name = "application"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[features]
|
|
default = ["wayland"]
|
|
wayland = ["libcosmic/wayland"]
|
|
|
|
[dependencies]
|
|
env_logger = "0.11"
|
|
|
|
[dependencies.libcosmic]
|
|
path = "../../"
|
|
features = [
|
|
"debug",
|
|
"winit",
|
|
"tokio",
|
|
"xdg-portal",
|
|
"a11y",
|
|
"single-instance",
|
|
"surface-message",
|
|
"multi-window",
|
|
"wgpu",
|
|
]
|