screenshots 0.0.2

A cross-platform screenshots library
1
2
3
4
5
6
7
8
9
10
11
12
[package]
description = "A cross-platform screenshots library"
edition = "2021"
homepage = "https://github.com/nashaofu/screenshots-rs"
keywords = ["screenshots", "screenshot", "screen", "capture"]
license-file = "LICENSE"
name = "screenshots"
repository = "https://github.com/nashaofu/screenshots-rs.git"
resolver = "2"
version = "0.0.2"
[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.22.3"