You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Signed Distance Field (Function) Utilities. Contains functions for creating, combining, modifying, and using analytic SDFs for computer graphics."
license = "MIT OR Apache-2.0"
repository = "https://github.com/termhn/sdfu"
readme = "README.md"
edition = "2018"
[package.metadata.docs.rs]
all-features = true
[dependencies]
glam = { version = ">=0.18", optional = true }
vek = { version = "0.15", optional = true }
nalgebra = { version = "0.27", optional = true }
ultraviolet = { version = "0.8", optional = true }