From 31cb71f88d26e02920b0fdb0df2249cad22fc7ff Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Thu, 9 Feb 2023 11:01:18 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3662ba2..7d1815c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,8 +37,8 @@ os = [] path = [] process = [] tauri = ["dep:url"] -updater = ["dep:futures"] -window = ["dep:futures"] +updater = ["dep:futures", "event"] +window = ["dep:futures", "event"] [workspace] members = ["examples/test", "examples/test/src-tauri"]