# 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" rust-version = "1.70.0" name = "figures" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A math library specialized for 2d screen graphics." readme = "README.md" keywords = [ "2d", "math", "graphics", ] categories = ["mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/figures" [lib] name = "figures" path = "src/lib.rs" [dependencies.bytemuck] version = "1.13.1" features = ["derive"] optional = true [dependencies.euclid] version = "0.22.9" optional = true default-features = false [dependencies.intentional] version = "0.1.0" [dependencies.serde] version = "1.0.193" features = ["derive"] optional = true [dependencies.wgpu] version = "23.0.0" optional = true default-features = false [dependencies.winit] version = "0.30.0" optional = true default-features = false [features] x11 = ["winit/x11"]