Skip to content

Commit 59e56f9

Browse files
committed
add 0.2.0
1 parent 847a1cb commit 59e56f9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vkey"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "Virtual Keycodes of Windows, Linux, and MacOS"
66
documentation = "https://docs.rs/vkey"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# VKey
22
This crates only contains various types of virtual keycodes, and conversions between them.
33

4+
This crate is under heavy development, and subject to breaking changes.
5+
46
- [x] Vk from [winput](https://github.com/gymore-io/winput)
57
- [x] VIRTUAL_KEY from [windows](https://github.com/microsoft/windows-rs)
68
- [ ] enigo::Key from [enigo](https://github.com/enigo-rs/enigo) (partially done)

0 commit comments

Comments
 (0)