Add logging to window and context creation

This commit is contained in:
Richard 2022-01-27 06:02:19 -03:00
parent 1e62fdf069
commit 764b424dfc
5 changed files with 38 additions and 9 deletions

View file

@ -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"