glob-based icon discovery but very slow
This commit is contained in:
@@ -9,11 +9,11 @@ wgui = { path = "../wgui/" }
|
||||
wlx-common = { path = "../wlx-common" }
|
||||
|
||||
anyhow.workspace = true
|
||||
freedesktop = { workspace = true, features = ["apps", "icon"] }
|
||||
freedesktop = { workspace = true, features = ["apps"] }
|
||||
glam = { workspace = true, features = ["mint", "serde"] }
|
||||
log.workspace = true
|
||||
rust-embed.workspace = true
|
||||
serde.workspace = true
|
||||
serde = { workspace = true, features = ["rc"] }
|
||||
serde_json.workspace = true
|
||||
|
||||
chrono = "0.4.42"
|
||||
@@ -23,3 +23,4 @@ hyper = { version = "1.8.1", features = ["client", "http1", "http2"] }
|
||||
http-body-util = "0.1.3"
|
||||
async-native-tls = "0.5.0"
|
||||
smol-hyper = "0.1.1"
|
||||
glob = "0.3.3"
|
||||
|
||||
Reference in New Issue
Block a user