cg-math 0.1.2

A computer graphics library focused on usage with cg-lab.
Documentation
[package]
name = "cg-math"
description = "A computer graphics library focused on usage with cg-lab."
keywords = [ "computer-graphics", "triangulations", "math" ]
version = "0.1.2"
repository = "https://github.com/glennDittmann/triangulations/tree/main/cg-math"
authors = ["Glenn Dittmann <glenn.dittmann@posteo.de>"]
edition = "2021"
rust-version = "1.71.0"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
csv = "1.2.2"
egui = "0.22.0"
nalgebra = "0.32.2"
ordered-float = "3.7.0"
parry2d-f64 = "0.13.5"
petgraph = "0.6.3"
rand = "0.8.5"
timeit = "0.1.2"