mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-24 12:21:31 +11:00
Apply Version Updates From Current Changes (#33)
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
parent
7fc1b02cac
commit
1e87714759
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"muda": "minor"
|
|
||||||
---
|
|
||||||
|
|
||||||
Add `IconMenuItem`
|
|
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## \[0.2.0]
|
||||||
|
|
||||||
|
- Add `IconMenuItem`
|
||||||
|
- [7fc1b02](https://www.github.com/tauri-apps/muda/commit/7fc1b02cac65f2524220cb79263643505e286863) feat: add `IconMenuItem`, closes [#30](https://www.github.com/tauri-apps/muda/pull/30) ([#32](https://www.github.com/tauri-apps/muda/pull/32)) on 2022-12-30
|
||||||
|
|
||||||
## \[0.1.1]
|
## \[0.1.1]
|
||||||
|
|
||||||
- Derive `Copy` for `Accelerator` type.
|
- Derive `Copy` for `Accelerator` type.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "muda"
|
name = "muda"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
description = "Menu Utilities for Desktop Applications"
|
description = "Menu Utilities for Desktop Applications"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = [ "windowing", "menu" ]
|
keywords = [ "windowing", "menu" ]
|
||||||
|
@ -25,7 +25,7 @@ features = [
|
||||||
"Win32_UI_Shell",
|
"Win32_UI_Shell",
|
||||||
"Win32_Globalization",
|
"Win32_Globalization",
|
||||||
"Win32_UI_Input_KeyboardAndMouse",
|
"Win32_UI_Input_KeyboardAndMouse",
|
||||||
"Win32_System_SystemServices",
|
"Win32_System_SystemServices"
|
||||||
]
|
]
|
||||||
|
|
||||||
[target."cfg(target_os = \"linux\")".dependencies]
|
[target."cfg(target_os = \"linux\")".dependencies]
|
||||||
|
|
Loading…
Reference in a new issue