File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## Unreleased
4+
5+ - Updated ` winit ` version to ` 0.30 ` .
6+ - Changed ` WinitPlatform::init ` to ` WinitPlatform::new ` and deprecated ` init ` .
7+ - Fixed double key-presses on certain platforms.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name = "imgui-winit-support"
33version = " 0.12.0"
44edition = " 2021"
55description = " winit support code for the imgui crate"
6- homepage = " https://github.com/imgui-rs/imgui-rs "
7- repository = " https://github.com/imgui-rs/imgui-rs "
6+ homepage = " https://github.com/imgui-rs/imgui-winit-support "
7+ repository = " https://github.com/imgui-rs/imgui-winit-support "
88documentation = " https://docs.rs/imgui-winit-support"
99license = " MIT OR Apache-2.0"
1010categories = [" gui" ]
You can’t perform that action at this time.
0 commit comments