# 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-dx9-renderer" version = "0.10.0" authors = ["Lukas Wirth "] description = "DirectX 9 renderer for the imgui crate" homepage = "https://github.com/Veykril/imgui-dx9-renderer" readme = "README.md" categories = [ "gui", "rendering", ] license = "MIT" repository = "https://github.com/Veykril/imgui-dx9-renderer" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.imgui] version = "0.10.0" [dependencies.windows] version = "0.44.0" features = [ "Win32_Foundation", "Foundation_Numerics", "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D9", "Win32_Graphics_Dxgi", "Win32_System_SystemServices", ] [dev-dependencies.imgui] version = "0.10.0" [dev-dependencies.imgui-winit-support] version = "0.10.0" [dev-dependencies.raw-window-handle] version = "0.5.0" [dev-dependencies.windows] version = "0.44.0" features = ["Win32_Graphics_Gdi"] [dev-dependencies.winit] version = "0.27.5"