# 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 = "dxwr" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Direct3D12 and DXGI wrapper library" documentation = "https://docs.rs/dxwr" readme = "README.md" keywords = [ "direct3d", "dxgi", "windows", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/btanno/dxwr" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [] [lib] name = "dxwr" path = "src/lib.rs" [[example]] name = "clear_view" path = "examples/clear_view.rs" [[example]] name = "pipeline_state_stream" path = "examples/pipeline_state_stream.rs" [[example]] name = "raytracing_triangle" path = "examples/raytracing_triangle.rs" [[example]] name = "triangle" path = "examples/triangle.rs" [dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Win32_Security", "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D_Dxc", "Win32_Graphics_Direct3D12", "Win32_Graphics_Dxgi", "Win32_Graphics_Dxgi_Common", "Win32_System_Threading", "Win32_System_Kernel", "Win32_System_Diagnostics_Debug", ] [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.wiard] version = "0.1.8"