feat(app): add context view method for creating About views

This commit is contained in:
Eduardo Flores 2024-11-06 02:36:33 +00:00 committed by GitHub
parent a4c1909fc2
commit 8d4afb90da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 413 additions and 0 deletions

26
examples/about/Cargo.toml Normal file
View file

@ -0,0 +1,26 @@
[package]
name = "about"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
tracing-log = "0.2.0"
[dependencies.libcosmic]
path = "../../"
default-features = false
features = [
"debug",
"winit",
"tokio",
"xdg-portal",
"dbus-config",
"desktop",
"a11y",
"wayland",
"wgpu",
"single-instance",
"multi-window",
]