[package] name = "captrs2" version = "0.2.2" authors = ["jojo ", "TommyGymer "] description = "An update to the captrs cross-platform screen capture library" repository = "https://github.com/TommyGymer/captrs" readme = "README.md" keywords = ["Windows", "Linux", "screen", "record", "capture"] license = "AGPL-3.0" edition = "2018" [target.'cfg(not(windows))'.dependencies] x11cap = "0.4.1" [target.'cfg(windows)'.dependencies] dxgcap2 = "0.1.4" [dev-dependencies] shuteye = "0.3.3" qoi = "^0.4.1"