From 78c9d5bedfdee566c4cb4371e17b48901bab99ae Mon Sep 17 00:00:00 2001 From: aentity Date: Sat, 15 Jan 2022 00:06:36 -0800 Subject: Add application feature, which allows to build freestanding wgpu app --- 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 f66b92fa..d3ed949f 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -13,6 +13,7 @@ categories = ["gui"] [features] debug = ["iced_native/debug"] system = ["sysinfo"] +application = [] [dependencies] window_clipboard = "0.2" -- cgit