# 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 = "2018" name = "sdfu" version = "0.3.1-alpha.1" authors = ["Gray Olson "] description = "Signed Distance Field (Function) Utilities. Contains functions for creating, combining, modifying, and using analytic SDFs for computer graphics." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/termhn/sdfu" [package.metadata.docs.rs] all-features = true [dependencies.glam] version = ">=0.18" optional = true [dependencies.nalgebra] version = "0.27" optional = true [dependencies.ultraviolet] version = "0.8" optional = true [dependencies.vek] version = "0.15" optional = true [dev-dependencies.nalgebra] version = "0.27" [dev-dependencies.ultraviolet] version = "0.8" [dev-dependencies.vek] version = "0.15"