Skip to content

Commit

Permalink
Bug Fix 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
NiiightmareXD committed May 7, 2024
1 parent 409fa1c commit 86c685e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windows-capture"
version = "1.1.8"
version = "1.1.9"
authors = ["NiiightmareXD"]
edition = "2021"
description = "Fastest Windows Screen Capture Library For Rust 🔥"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add this library to your `Cargo.toml`:

```toml
[dependencies]
windows-capture = "1.1.8"
windows-capture = "1.1.9"
```
or run this command

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
//!
//! ```toml
//! [dependencies]
//! windows-capture = "1.1.8"
//! windows-capture = "1.1.9"
//! ```
//! or run this command
//!
Expand Down
3 changes: 2 additions & 1 deletion windows-capture-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windows-capture-python"
version = "1.1.8"
version = "1.1.9"
authors = ["NiiightmareXD"]
edition = "2021"
description = "Fastest Windows Screen Capture Library For Python 🔥"
Expand All @@ -24,6 +24,7 @@ crate-type = ["cdylib"]
pyo3 = { version = "0.21.2", features = [
"extension-module",
"auto-initialize",
"abi3",
] }
thiserror = "1.0.60"
windows-capture = { path = ".." }
4 changes: 2 additions & 2 deletions windows-capture-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build-backend = "maturin"

[project]
name = "windows-capture"
version = "1.1.8"
version = "1.1.9"
description = "Fastest Windows Screen Capture Library For Python 🔥"
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.10"
license = "MIT"
authors = [{ name = "NiiightmareXD" }]
keywords = ["screen", "capture", "screenshot", "graphics", "windows"]
Expand Down

0 comments on commit 86c685e

Please sign in to comment.