From 764b424dfc2b2163f21483a6d1f05ea1da62c561 Mon Sep 17 00:00:00 2001 From: Richard Date: Thu, 27 Jan 2022 06:02:19 -0300 Subject: Add logging to window and context creation --- glutin/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'glutin/Cargo.toml') 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" -- cgit