# 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 = "imgui-d3d12-renderer" version = "0.8.5" authors = ["Andrey Pushkar "] description = "D3D12 renderer for the imgui crate based on rusty-d3d12 bindings" homepage = "https://github.com/curldivergence/imgui-d3d12-renderer" readme = "README.md" categories = ["gui", "rendering"] license = "MIT" repository = "https://github.com/curldivergence/imgui-d3d12-renderer" resolver = "2" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.imgui] version = "0.8" [dependencies.log] version = "0.4" [dependencies.memoffset] version = "0.5" [dependencies.rusty-d3d12] version = "0.5.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.clap] version = "2.33" [dev-dependencies.imgui] version = "0.8" [dev-dependencies.imgui-winit-support] version = "0.8" [dev-dependencies.simple_logger] version = "1.6" [dev-dependencies.winit] version = "0.25"