diff options
author | 2022-04-30 13:37:57 +0200 | |
---|---|---|
committer | 2022-04-30 13:37:57 +0200 | |
commit | 93bfe2c75ec97ef78f993926c703f040dde4a5f3 (patch) | |
tree | 80582ee46dfd06cf5f69d92e3b6d66c0c766c28e /glutin/Cargo.toml | |
parent | 5eefa5d4ead9ebfac7dab1db9aebf9797d2dad38 (diff) | |
download | iced-93bfe2c75ec97ef78f993926c703f040dde4a5f3.tar.gz iced-93bfe2c75ec97ef78f993926c703f040dde4a5f3.tar.bz2 iced-93bfe2c75ec97ef78f993926c703f040dde4a5f3.zip |
Expose `system` module through feature flag
Diffstat (limited to 'glutin/Cargo.toml')
-rw-r--r-- | glutin/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index cd5f2a7a..2d4625da 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -12,6 +12,7 @@ categories = ["gui"] [features] debug = ["iced_winit/debug"] +system = ["iced_winit/system"] [dependencies.log] version = "0.4" |