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

@@ -15,6 +15,7 @@ pub mod provider;
pub mod remote_server;
pub mod remotexpc;
pub mod usbmuxd;
pub mod sbservices;
pub mod util;
pub use errors::*;