Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
github-actions[bot] and amrbashir authored Nov 16, 2023
1 parent 49587a7 commit 19250cd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changes/windwos-sys-0-52.md

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.4.3]

- [`49587a7`](https://github.com/tauri-apps/window-vibrancy/commit/49587a7b366845048e3945bf525847c01c54d170)([#110](https://github.com/tauri-apps/window-vibrancy/pull/110)) Update `windows-sys` crate to 0.52

## \[0.4.2]

- [`df08bfa`](https://github.com/tauri-apps/window-vibrancy/commit/df08bfad8a5346a0ff00f372834011a162180cb2)([#105](https://github.com/tauri-apps/window-vibrancy/pull/105)) `window_vibrancy::Error` implements [`std::error::Error`](https://doc.rust-lang.org/std/error/trait.Error.html).
Expand Down
16 changes: 11 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "window-vibrancy"
description = "Make your windows vibrant."
authors = [ "Tauri Programme within The Commons Conservancy" ]
version = "0.4.2"
version = "0.4.3"
edition = "2021"
rust-version = "1.56"
license = "Apache-2.0 OR MIT"
Expand All @@ -21,14 +21,20 @@ raw-window-handle = "0.5"

[dev-dependencies]
tao = "0.23"
winit = {version = "0.29", default-features = false, features = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita", "rwh_05"] }
winit = { version = "0.29", default-features = false, features = [
"x11",
"wayland",
"wayland-dlopen",
"wayland-csd-adwaita",
"rwh_05"
] }

[target."cfg(target_os = \"windows\")".dependencies]
windows-version = "0.1"

[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
version = "0.52.0"
features = [
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
version = "0.52.0"
features = [
"Win32_Foundation",
"Win32_System_LibraryLoader",
"Win32_System_SystemInformation",
Expand Down

0 comments on commit 19250cd

Please sign in to comment.