add springboard service to get apps' icons

This commit is contained in:
Huge_Black
2025-03-30 17:51:14 +08:00
parent 935bb747c3
commit 0cd08d957d
6 changed files with 238 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ debug_proxy = []
dvt = ["dep:byteorder", "dep:ns-keyed-archive"]
heartbeat = []
installation_proxy = []
sbservices = []
misagent = []
mounter = ["dep:sha2"]
tcp = ["tokio/net"]
@@ -77,6 +78,7 @@ full = [
"tunnel_tcp_stack",
"tss",
"tunneld",
"sbservices"
]
# Why: https://github.com/rust-lang/cargo/issues/1197