mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
check
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user