[package] name = "curve-sampling" version = "0.4.0" edition = "2021" authors = ["Christophe Troestler "] description = "Adaptive sampling of parametric" # and implicit curves repository = "https://github.com/Chris00/rust-curve-sampling" documentation = "https://docs.rs/curve-sampling" license = "GPL-3.0-or-later" keywords = ["math", "sampling", "graphing", "plotting"] categories = ["mathematics", "science"] exclude = [".github", "auto/"] [dependencies] rgb = "0.8.32"