We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff79bd commit 91e0cf1Copy full SHA for 91e0cf1
CHANGELOG.md
@@ -0,0 +1,7 @@
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.
Cargo.toml
@@ -3,8 +3,8 @@ name = "imgui-winit-support"
version = "0.12.0"
edition = "2021"
description = "winit support code for the imgui crate"
-homepage = "https://github.com/imgui-rs/imgui-rs"
-repository = "https://github.com/imgui-rs/imgui-rs"
+homepage = "https://github.com/imgui-rs/imgui-winit-support"
+repository = "https://github.com/imgui-rs/imgui-winit-support"
8
documentation = "https://docs.rs/imgui-winit-support"
9
license = "MIT OR Apache-2.0"
10
categories = ["gui"]
0 commit comments