Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps screencapturekit from 0.3.6 to 1.5.0.

Release notes

Sourced from screencapturekit's releases.

v1.5.0

Added

  • add WebRTC screen streaming example
  • (examples) add full wgpu screen capture viewer
  • (examples) add full egui viewer with eframe

Fixed

  • remove tauri build artifacts from git tracking
  • (examples) simplify tauri example shader and config
  • (tests) remove unnecessary unsafe block
  • (lint) resolve clippy warnings and update API naming
  • (lint) resolve clippy doc_markdown warnings
  • (examples) correct wgpu row stride and sRGB color

Other

  • update .gitignore for tauri example build artifacts
  • remove RwLock+Sync changes, keep Mutex for handler registry
  • fix README code block rendering on GitHub
  • fix README code block rendering on GitHub
  • fix clippy doc_markdown warning for IOSurface
  • rename SCContentFilter::with() to create() and add audio enums
  • update SCContentFilter API calls and benchmark label
  • fix failing doctests
  • enhance Cargo.toml with lints, badges, and example features
  • update README with examples 18-23 and fix module structure
  • (examples) remove unused list_applications from tauri example
  • (examples) remove unused RecordingState from tauri example
  • (examples) update tauri README to match current code
  • format tauri example code
  • add crates.io badges and egui/bevy examples
  • add Used By section, FUNDING.yml, and integration examples
  • (deps) update criterion requirement from 0.5 to 0.8 (#117)

v1.4.2

Fixed

  • remove whitespace between badges

Other

  • change example sample rate that isn't 48000 to be 24000 (which is actually valid) (#116)
  • update README badges to match LazyVim style

v1.4.1

Fixed

  • correct include_applications doctest to pass required second argument

... (truncated)

Changelog

Sourced from screencapturekit's changelog.

1.5.0 - 2025-12-20

Added

  • add WebRTC screen streaming example
  • (examples) add full wgpu screen capture viewer
  • (examples) add full egui viewer with eframe

Fixed

  • remove tauri build artifacts from git tracking
  • (examples) simplify tauri example shader and config
  • (tests) remove unnecessary unsafe block
  • (lint) resolve clippy warnings and update API naming
  • (lint) resolve clippy doc_markdown warnings
  • (examples) correct wgpu row stride and sRGB color

Other

  • update .gitignore for tauri example build artifacts
  • remove RwLock+Sync changes, keep Mutex for handler registry
  • fix README code block rendering on GitHub
  • fix README code block rendering on GitHub
  • fix clippy doc_markdown warning for IOSurface
  • rename SCContentFilter::with() to create() and add audio enums
  • update SCContentFilter API calls and benchmark label
  • fix failing doctests
  • enhance Cargo.toml with lints, badges, and example features
  • update README with examples 18-23 and fix module structure
  • (examples) remove unused list_applications from tauri example
  • (examples) remove unused RecordingState from tauri example
  • (examples) update tauri README to match current code
  • format tauri example code
  • add crates.io badges and egui/bevy examples
  • add Used By section, FUNDING.yml, and integration examples
  • (deps) update criterion requirement from 0.5 to 0.8 (#117)

1.4.2 - 2025-12-15

Fixed

  • remove whitespace between badges

Other

  • change example sample rate that isn't 48000 to be 24000 (which is actually valid) (#116)
  • update README badges to match LazyVim style

1.4.1 - 2025-12-11

... (truncated)

Commits
  • 17bdc42 chore: release v1.4.3 (#118)
  • 649a3ed fix: remove tauri build artifacts from git tracking
  • cf08c3a chore: update .gitignore for tauri example build artifacts
  • 0065a1b revert: remove RwLock+Sync changes, keep Mutex for handler registry
  • 06976bb perf: use RwLock for handler registry to reduce lock contention
  • adbcd75 docs: fix README code block rendering on GitHub
  • 51f05f4 feat: add WebRTC screen streaming example
  • 0f727ba docs: fix README code block rendering on GitHub
  • 383d8d1 docs: fix clippy doc_markdown warning for IOSurface
  • f0f648a refactor: rename SCContentFilter::with() to create() and add audio enums
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [screencapturekit](https://github.com/doom-fish/screencapturekit-rs) from 0.3.6 to 1.5.0.
- [Release notes](https://github.com/doom-fish/screencapturekit-rs/releases)
- [Changelog](https://github.com/doom-fish/screencapturekit-rs/blob/main/CHANGELOG.md)
- [Commits](doom-fish/screencapturekit-rs@v0.3.6...v1.5.0)

---
updated-dependencies:
- dependency-name: screencapturekit
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant