Add logging to window and context creation
This commit is contained in:
parent
1e62fdf069
commit
764b424dfc
5 changed files with 38 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue