Merge pull request #2 from hugeBlack/master

add springboard service to get apps' icons
This commit is contained in:
Jackson Coxson
2025-03-30 19:41:10 -06:00
committed by GitHub
6 changed files with 228 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"]
location_simulation = []
@@ -79,6 +80,7 @@ full = [
"tunnel_tcp_stack",
"tss",
"tunneld",
"sbservices"
]
# Why: https://github.com/rust-lang/cargo/issues/1197