fix(desktop-entries): Adhere to NotShowIn restriction

Closes #20
This commit is contained in:
Michael Aaron Murphy 2021-09-22 22:59:30 +02:00 committed by Michael Murphy
parent 7450393e97
commit 60799fb544
3 changed files with 41 additions and 15 deletions

7
Cargo.lock generated
View file

@ -1269,6 +1269,7 @@ dependencies = [
"tracing",
"tracing-subscriber",
"urlencoding",
"ward",
"zbus",
"zvariant",
]
@ -1860,6 +1861,12 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "ward"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cbcd609d606e1307a1530061482ed2ee3fc9963128990238cefb2013127b61e"
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"