emath 0.13.0

Minimal 2D math library for GUI work
Documentation
[dependencies.mint]
optional = true
version = "0.5.6"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[features]
default = []
extra_asserts = []
extra_debug_asserts = []

[lib]

[package]
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
categories = ["mathematics", "gui"]
description = "Minimal 2D math library for GUI work"
edition = "2018"
homepage = "https://github.com/emilk/egui"
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
keywords = ["math", "gui"]
license = "MIT OR Apache-2.0"
name = "emath"
readme = "README.md"
repository = "https://github.com/emilk/egui"
resolver = "2"
version = "0.13.0"