summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar aentity <aentity@yahoo.com>2022-01-15 00:06:36 -0800
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-09-26 15:57:30 +0200
commit78c9d5bedfdee566c4cb4371e17b48901bab99ae (patch)
tree53e21c51c9fddb887c6697a5a3b087c934bbd26b /winit/Cargo.toml
parent3c2a8b70add7139bf564313da4d2267138ae65aa (diff)
downloadiced-78c9d5bedfdee566c4cb4371e17b48901bab99ae.tar.gz
iced-78c9d5bedfdee566c4cb4371e17b48901bab99ae.tar.bz2
iced-78c9d5bedfdee566c4cb4371e17b48901bab99ae.zip
Add application feature, which allows to build freestanding wgpu app
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r--winit/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"