# 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.71.0" name = "cg-math" version = "0.1.2" authors = ["Glenn Dittmann "] description = "A computer graphics library focused on usage with cg-lab." readme = "README.md" keywords = [ "computer-graphics", "triangulations", "math", ] license = "MIT" repository = "https://github.com/glennDittmann/triangulations/tree/main/cg-math" resolver = "1" [dependencies.csv] version = "1.2.2" [dependencies.egui] version = "0.22.0" [dependencies.nalgebra] version = "0.32.2" [dependencies.ordered-float] version = "3.7.0" [dependencies.parry2d-f64] version = "0.13.5" [dependencies.petgraph] version = "0.6.3" [dependencies.rand] version = "0.8.5" [dependencies.timeit] version = "0.1.2"