# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dxcwr" version = "0.1.1" authors = ["LNSEAB <691752+LNSEAB@users.noreply.github.com>"] description = "DXC wrapper" readme = "README.md" keywords = [ "windows", "dxc", "direct3d", ] license = "Zlib" repository = "https://github.com/LNSEAB/dxcwr" [dependencies.thiserror] version = "1.0.50" [dependencies.windows] version = "0.51.1" features = [ "implement", "Win32_Foundation", "Win32_Security", "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D_Dxc", "Win32_Graphics_Direct3D12", "Win32_Graphics_Dxgi_Common", ] [dev-dependencies.anyhow] version = "1.0.75"