# 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-windows-d3d12-renderer" version = "0.1.1" authors = ["Damyan Pepper "] exclude = [".vscode"] description = "D3D12 renderer for Dear ImGUI based on windows-rs bindings" homepage = "https://github.com/damyanp/imgui-windows-d3d12-renderer" readme = "README.md" keywords = [ "d3d12", "imgui", "windows-rs", ] categories = [ "gui", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/damyanp/imgui-windows-d3d12-renderer" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.imgui] version = "0.11.0" [dependencies.offset] version = "0.1.*" [dependencies.windows] version = "0.54.0" features = [ "Win32_Foundation", "Win32_Graphics_Direct3D_Fxc", "Win32_Graphics_Direct3D12", "Win32_Graphics_Dxgi_Common", "Win32_Security", "Win32_System_Threading", ] [dev-dependencies.array-init] version = "2.0.0" [dev-dependencies.imgui-winit-support] version = "0.11.0" [dev-dependencies.winit] version = "0.27.5"