Skip to content

Commit

Permalink
publish new versions (#51)
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 committed Jul 27, 2022
1 parent 0d009d2 commit 5dc7d1c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/raw-window-handle.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]

- Update `raw-window-handle` dependency to 0.5
- [aef927b](https://github.com/tauri-apps/window-vibrancy/commit/aef927b7378e834c2b14df13de785770c812c8a0) chore(deps): update raw-window-handle to 0.5 on 2022-07-25

## \[0.1.3]

- Fix `apply_acrylic` effect on Windows 11.
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[package]
name = "window-vibrancy"
description = "Make your windows vibrant."
authors = ["Tauri Programme within The Commons Conservancy"]
version = "0.1.3"
authors = [ "Tauri Programme within The Commons Conservancy" ]
version = "0.2.0"
edition = "2021"
rust-version = "1.56"
license = "Apache-2.0 OR MIT"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri-plugin-vibrancy"
documentation = "https://docs.rs/tauri-plugin-vibrancy"
keywords = ["vibrancy", "acrylic", "mica", "blur", "windowing"]
categories = ["gui"]
keywords = [ "vibrancy", "acrylic", "mica", "blur", "windowing" ]
categories = [ "gui" ]

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-apple-darwin", "x86_64-pc-windows-msvc"]
targets = [ "x86_64-apple-darwin", "x86_64-pc-windows-msvc" ]

[dependencies]
raw-window-handle = "0.5"
Expand All @@ -31,7 +31,7 @@ features = [
"Win32_System_SystemInformation",
"Win32_Graphics_Gdi",
"Win32_Graphics_Dwm",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_WindowsAndMessaging"
]

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

0 comments on commit 5dc7d1c

Please sign in to comment.