# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dxgcap" version = "0.2.4" authors = ["jojo "] description = "Screen capturing with DXGI for Windows in Rust" documentation = "https://docs.rs/dxgcap/*/x86_64-pc-windows-msvc/dxgcap/" readme = "README.md" keywords = ["Windows", "DXGI", "screen", "record", "capture"] license = "AGPL-3.0" repository = "https://github.com/bryal/dxgcap-rs" [dependencies.winapi] version = "0.3.8" features = ["d3d11", "d3dcommon", "dxgi", "dxgi1_2", "dxgitype", "ntdef", "unknwnbase", "windef", "winerror", "winuser"] [dependencies.wio] version = "0.2.2"