This commit is contained in:
Lucas Nogueira
2026-03-11 10:55:15 -03:00
parent 2a7b2a1079
commit 4fce1df926

View File

@@ -20,7 +20,7 @@ use tauri_plugin_sample::{PingRequest, SampleExt};
#[cfg(all(feature = "cef", not(test)))]
type TauriRuntime = tauri_runtime_cef::CefRuntime<tauri::EventLoopMessage>;
#[cfg(all(not(feature = "cef"), not(test)))]
#[cfg(all(feature = "wry", not(test)))]
type TauriRuntime = tauri_runtime_wry::Wry<tauri::EventLoopMessage>;
#[cfg(test)]
type TauriRuntime = tauri::test::MockRuntime;