del: 移除安卓支持

This commit is contained in:
mofeng-git
2026-07-14 21:01:47 +08:00
parent 139064de35
commit 1ded7a8a66
88 changed files with 299 additions and 7107 deletions

View File

@@ -1,11 +1,7 @@
#[cfg(all(unix, not(feature = "android")))]
#[cfg(unix)]
#[path = "capture_linux.rs"]
mod imp;
#[cfg(feature = "android")]
#[path = "capture_android.rs"]
mod imp;
#[cfg(windows)]
#[path = "capture_windows.rs"]
mod imp;