mirror of
https://github.com/tauri-apps/global-hotkey.git
synced 2026-01-31 00:45:22 +01:00
Apply Version Updates From Current Changes (#7)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0f25953f09
commit
1064b9f6e5
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"global-hotkey": "minor"
|
||||
---
|
||||
|
||||
Initial Release.
|
||||
7
CHANGELOG.md
Normal file
7
CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.1.0]
|
||||
|
||||
- Initial Release.
|
||||
- [72873f6](https://www.github.com/tauri-apps/global-hotkey/commit/72873f629b47565888d5f2a4264476c9974686b6) chore: add initial release change file on 2023-01-16
|
||||
- [d0f1d9c](https://www.github.com/tauri-apps/global-hotkey/commit/d0f1d9c58eba60015f658f7a742c200c2d1bd55e) chore: adjust change file on 2023-01-16
|
||||
18
Cargo.toml
18
Cargo.toml
@@ -1,14 +1,14 @@
|
||||
[package]
|
||||
name = "global-hotkey"
|
||||
version = "0.0.0"
|
||||
version = "0.1.0"
|
||||
description = "Global hotkeys for Desktop Applications"
|
||||
edition = "2021"
|
||||
keywords = ["windowing", "global", "global-hotkey", "hotkey"]
|
||||
keywords = [ "windowing", "global", "global-hotkey", "hotkey" ]
|
||||
license = "Apache-2.0 OR MIT"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/amrbashir/global-hotkey"
|
||||
documentation = "https://docs.rs/global-hotkey"
|
||||
categories = ["gui"]
|
||||
categories = [ "gui" ]
|
||||
|
||||
[dependencies]
|
||||
crossbeam-channel = "0.5"
|
||||
@@ -19,12 +19,12 @@ thiserror = "1"
|
||||
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
|
||||
version = "0.42"
|
||||
features = [
|
||||
"Win32_UI_WindowsAndMessaging",
|
||||
"Win32_Foundation",
|
||||
"Win32_System_SystemServices",
|
||||
"Win32_Graphics_Gdi",
|
||||
"Win32_UI_Shell",
|
||||
"Win32_UI_Input_KeyboardAndMouse",
|
||||
"Win32_UI_WindowsAndMessaging",
|
||||
"Win32_Foundation",
|
||||
"Win32_System_SystemServices",
|
||||
"Win32_Graphics_Gdi",
|
||||
"Win32_UI_Shell",
|
||||
"Win32_UI_Input_KeyboardAndMouse"
|
||||
]
|
||||
|
||||
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
||||
|
||||
Reference in New Issue
Block a user