Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and amrbashir authored Dec 30, 2022
1 parent 7fc1b02 commit 1e87714
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changes/icon-menu-item.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 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]

- Derive `Copy` for `Accelerator` type.
Expand Down
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "muda"
version = "0.1.1"
version = "0.2.0"
description = "Menu Utilities for Desktop Applications"
edition = "2021"
keywords = ["windowing", "menu"]
keywords = [ "windowing", "menu" ]
license = "Apache-2.0 OR MIT"
readme = "README.md"
repository = "https://github.com/amrbashir/muda"
documentation = "https://docs.rs/muda"
categories = ["gui"]
categories = [ "gui" ]

[dependencies]
crossbeam-channel = "0.5"
Expand All @@ -25,13 +25,13 @@ features = [
"Win32_UI_Shell",
"Win32_Globalization",
"Win32_UI_Input_KeyboardAndMouse",
"Win32_System_SystemServices",
"Win32_System_SystemServices"
]

[target."cfg(target_os = \"linux\")".dependencies]
gtk = { version = "0.15", features = ["v3_22"] }
gdk = { version = "0.15", features = ["v3_22"] }
gdk-pixbuf = { version = "0.15", features = ["v2_36_8"] }
gtk = { version = "0.15", features = [ "v3_22" ] }
gdk = { version = "0.15", features = [ "v3_22" ] }
gdk-pixbuf = { version = "0.15", features = [ "v2_36_8" ] }
libxdo = "0.6.0"

[target."cfg(target_os = \"macos\")".dependencies]
Expand Down

0 comments on commit 1e87714

Please sign in to comment.