Skip to content

Commit 91e0cf1

Browse files
committed
added changelog, updated meta-data
1 parent aff79bd commit 91e0cf1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "imgui-winit-support"
33
version = "0.12.0"
44
edition = "2021"
55
description = "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"
88
documentation = "https://docs.rs/imgui-winit-support"
99
license = "MIT OR Apache-2.0"
1010
categories = ["gui"]

0 commit comments

Comments
 (0)