Skip to content

Commit

Permalink
chore(README.md): Add sponsor button
Browse files Browse the repository at this point in the history
chore(Cargo.toml): Upgrade deps.
  • Loading branch information
miniben-90 committed Sep 27, 2024
1 parent 3419c78 commit 5a9db7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]

[dependencies]
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "2.16.10", default-features = false, features = [
napi = { version = "2.16.11", default-features = false, features = [
"napi4",
"async",
] }
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
![npm type definitions](https://img.shields.io/npm/types/@miniben90/x-win)
![License](https://img.shields.io/npm/l/@miniben90/x-win)
![NPM Version](https://img.shields.io/npm/v/%40miniben90%2Fx-win)
[![Sponsor me!](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/miniben-90/button)

This project uses Rust and napi-rs to make it easy to obtain the active window or an array of open windows. It works on Microsoft Windows (10, 11), [Linux (with X server)](#linux), [Linux (with Gnome =< 45)](#wayland), and [macOS 10.6+](#darwin).

Expand Down
1 change: 1 addition & 0 deletions x-win-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![crates.io version](https://img.shields.io/crates/v/x-win.svg)](https://crates.io/crates/x-win)
[![docs](https://docs.rs/x-win/badge.svg)](https://docs.rs/x-win/)
![License](https://img.shields.io/crates/l/x-win)
[![Sponsor me!](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/miniben-90/button)

This package make it easy to obtain the active window or an array of open windows. It works on Microsoft Windows (10, 11), [Linux (with X server)](#linux), [Linux (with Gnome =< 45)](#gnome), and [macOS 10.6+](#darwin).

Expand Down

0 comments on commit 5a9db7e

Please sign in to comment.