# 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 = "thindx" version = "0.0.0-2022-09-30" authors = ["MaulingMonkey "] include = [ "doc/changelog.md", "src/**", "build.rs", "Readme.md", "LICENSE*", ] description = "Thin DirectX wrappers" documentation = "https://docs.rs/thindx" readme = "Readme.md" keywords = [ "directx", "direct3d", "d3d", "d3dcompiler", "hlsl", ] categories = [ "api-bindings", "graphics", "os::windows-apis", "rendering::graphics-api", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/MaulingMonkey/thindx" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", ] all-features = true [lib] path = "src/_lib.rs" [features] 9ex = [] default = [] [target."cfg(windows)".dependencies.abibool] version = "0.5" features = ["bytemuck"] [target."cfg(windows)".dependencies.abistr] version = "0.2.0-rc1" features = ["bytemuck"] [target."cfg(windows)".dependencies.bytemuck] version = "1" features = ["derive"] [target."cfg(windows)".dependencies.lazy_static] version = "1.4" [target."cfg(windows)".dependencies.mcom] version = "0.1.1" [target."cfg(windows)".dependencies.minidl] version = "0.1.3" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "d3d9", "d3d9caps", "d3d9types", "d3dcompiler", "guiddef", "minwindef", "ntdef", "windef", "winerror", "errhandlingapi", "libloaderapi", "processthreadsapi", "psapi", "unknwnbase", "windef", "winnt", "winuser", "xinput", ] [target."cfg(windows)".dependencies.winresult] version = "0.1.2" [target."cfg(windows)".dev-dependencies.bugsalot] version = "0.2" [target."cfg(windows)".dev-dependencies.mmrbi] version = "0.0.19" [target."cfg(windows)".dev-dependencies.png] version = "0.17" [target."cfg(windows)".dev-dependencies.raw-window-handle] version = "0.5" [target."cfg(windows)".dev-dependencies.winapi] version = "0.3.9" features = ["debugapi"] [target."cfg(windows)".dev-dependencies.winit] version = "0.27"