There was an error while loading. Please reload this page.
1 parent 11cc667 commit e1db1bbCopy full SHA for e1db1bb
1 file changed
README.md
@@ -29,21 +29,21 @@ Add to your `Cargo.toml`:
29
30
```toml
31
[dependencies]
32
-screencapturekit = "1.0"
+screencapturekit = "1.1"
33
```
34
35
For async support:
36
37
38
39
-screencapturekit = { version = "1.0", features = ["async"] }
+screencapturekit = { version = "1.1", features = ["async"] }
40
41
42
For latest macOS features:
43
44
45
46
-screencapturekit = { version = "1.0", features = ["macos_15_0"] }
+screencapturekit = { version = "1.1", features = ["macos_15_0"] }
47
48
49
## 🚀 Quick Start
0 commit comments