# 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 = "pnte" version = "0.2.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "2D Graphics library for Windows in Rust" documentation = "https://docs.rs/pnte" readme = "README.md" keywords = [ "graphics", "gui", "windows", ] categories = ["graphics"] license = "MIT" repository = "https://github.com/btanno/pnte" [lib] name = "pnte" path = "src/lib.rs" [[example]] name = "d3d12" path = "examples/d3d12.rs" [[example]] name = "gallery" path = "examples/gallery.rs" [[example]] name = "hello" path = "examples/hello.rs" [[example]] name = "winit" path = "examples/winit.rs" [dependencies.raw-window-handle] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.windows] version = "0.58" features = [ "Win32_Foundation", "Win32_Security", "Win32_Graphics_Direct2D", "Win32_Graphics_Direct2D_Common", "Win32_Graphics_DirectWrite", "Win32_Graphics_Dxgi", "Win32_Graphics_Dxgi_Common", "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D11", "Win32_Graphics_Direct3D12", "Win32_Graphics_Direct3D11on12", "Win32_Graphics_Imaging", "Win32_Graphics_Imaging_D2D", "Win32_Graphics_Gdi", "Win32_System_Com", "Win32_UI_WindowsAndMessaging", "Foundation_Numerics", ] [dev-dependencies.anyhow] version = "1.0" features = ["backtrace"] [dev-dependencies.wiard] version = "0.1.8" [dev-dependencies.winit] version = "0.29" features = ["rwh_06"]