You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 📦 **Minimal dependencies** — only the thin `apple-cf` / `apple-metal` binding crates (no heavy third-party runtime deps)
30
30
31
31
## Table of Contents
32
32
@@ -41,7 +41,7 @@
41
41
42
42
```toml
43
43
[dependencies]
44
-
screencapturekit = "5"
44
+
screencapturekit = "6"
45
45
```
46
46
47
47
Opt-in features (additive):
@@ -60,7 +60,7 @@ Opt-in features (additive):
60
60
`macos_*` features are **cumulative** — enabling `macos_15_0` automatically enables every earlier version. Pick the highest version your minimum-supported macOS will satisfy:
61
61
62
62
```toml
63
-
screencapturekit = { version = "5", features = ["async", "macos_15_0"] }
63
+
screencapturekit = { version = "6", features = ["async", "macos_15_0"] }
64
64
```
65
65
66
66
> **Upgrading from 1.x?** See [`docs/MIGRATION.md`](docs/MIGRATION.md#migrating-from-1x-to-20)
0 commit comments