mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-11 19:41:29 +03:00
fix module
This commit is contained in:
@@ -62,7 +62,7 @@ pub async fn create_backend(
|
|||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
EmulationBackend::Windows => Ok(Box::new(windows::WindowsEmulation::new()?)),
|
EmulationBackend::Windows => Ok(Box::new(windows::WindowsEmulation::new()?)),
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
EmulationBackend::MacOs => Ok(Box::new(windows::MacOSEmulation::new()?)),
|
EmulationBackend::MacOs => Ok(Box::new(macos::MacOSEmulation::new()?)),
|
||||||
EmulationBackend::Dummy => Ok(Box::new(dummy::DummyEmulation::new())),
|
EmulationBackend::Dummy => Ok(Box::new(dummy::DummyEmulation::new())),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user