# 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 = "geoms" version = "0.0.1" authors = ["Connor Power "] description = "Optimized geometry primitives for Microsoft platforms with the same memory layout as DirectX and Direct2D and types" readme = "README.md" keywords = [ "DirectX", "Direct2D", "geometry", "2D", "Win32", ] categories = [ "rendering", "graphics", ] license = "MIT" repository = "https://github.com/connorpower/geoms/" [package.metadata.docs.rs] all-features = true [dependencies.num-traits] version = "0.2.15" [dependencies.windows] version = "0.42.0" optional = true [dev-dependencies.pretty_assertions] version = "1.3.0" [features] d2d = ["windows/Win32_Graphics_Direct2D_Common"] default = [] nightly = [] win32 = ["windows/Win32_Foundation"]