From fc54d6ba31246157422d092914ba7c1e483129c4 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 12 Jan 2023 05:26:39 +0100 Subject: Use `instant` to fix Wasm target --- winit/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'winit/Cargo.toml') diff --git a/winit/Cargo.toml b/winit/Cargo.toml index 94aaa2ca..872b30c8 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -21,6 +21,7 @@ application = [] window_clipboard = "0.2" log = "0.4" thiserror = "1.0" +instant = "0.1" [dependencies.winit] version = "0.27" -- cgit