feat(app): add context view method for creating About views
This commit is contained in:
parent
a4c1909fc2
commit
8d4afb90da
6 changed files with 413 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ desktop = [
|
|||
"process",
|
||||
"dep:freedesktop-desktop-entry",
|
||||
"dep:mime",
|
||||
"dep:open",
|
||||
"dep:shlex",
|
||||
"tokio?/io-util",
|
||||
"tokio?/net",
|
||||
|
|
@ -97,6 +98,7 @@ image = { version = "0.25.1", optional = true }
|
|||
lazy_static = "1.4.0"
|
||||
libc = { version = "0.2.155", optional = true }
|
||||
mime = { version = "0.3.17", optional = true }
|
||||
open = { version = "5.3.0", optional = true }
|
||||
palette = "0.7.3"
|
||||
rfd = { version = "0.14.0", optional = true }
|
||||
rustix = { version = "0.38.34", features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue