From 0c18c9c1283ac37c8736c4c2cddf98d2a1bd464c Mon Sep 17 00:00:00 2001 From: Anton Yemelyanov Date: Tue, 9 Jan 2024 05:26:16 +0200 Subject: [PATCH] web app visibility state --- core/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/Cargo.toml b/core/Cargo.toml index 5f4ed98..1bfdf62 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -82,6 +82,8 @@ egui-notify.workspace = true [dependencies.web-sys] workspace = true features = [ + 'Document', + 'VisibilityState', 'Window', ]