[package] name = "del-cad" version = "0.1.2" edition = "2021" authors = ["Nobuyuki Umetani "] license = "MIT" repository = "https://github.com/nobuyuki83/del-cad" description = "prototyping 2d cad library" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nalgebra = "0.32.3" ordered-float = "3.9.2" #del-dtri = {path="../del-dtri"} #del-geo = {path="../del-geo"} del-dtri = "0.1.2" del-geo = "0.1.5"