diff options
author | 2022-01-27 06:02:19 -0300 | |
---|---|---|
committer | 2022-04-26 18:54:01 -0300 | |
commit | 764b424dfc2b2163f21483a6d1f05ea1da62c561 (patch) | |
tree | ea06f9dd64a6d611689114811eade3ab68b361d7 /glutin/Cargo.toml | |
parent | 1e62fdf069db5687be510e1cc375260bbff318a7 (diff) | |
download | iced-764b424dfc2b2163f21483a6d1f05ea1da62c561.tar.gz iced-764b424dfc2b2163f21483a6d1f05ea1da62c561.tar.bz2 iced-764b424dfc2b2163f21483a6d1f05ea1da62c561.zip |
Add logging to window and context creation
Diffstat (limited to 'glutin/Cargo.toml')
-rw-r--r-- | glutin/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index d1b0468d..cd5f2a7a 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -13,6 +13,9 @@ categories = ["gui"] [features] debug = ["iced_winit/debug"] +[dependencies.log] +version = "0.4" + [dependencies.glutin] version = "0.28" git = "https://github.com/iced-rs/glutin" |