[lib]
crate-type = ["cdylib", "rlib"]
name = "math2"
path = "src/lib.rs"
[package]
authors = ["Grida"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "data-structures"]
description = "Unopinionated canvas math utilities"
edition = "2024"
homepage = "https://grida.co"
keywords = ["canvas", "math", "geometry"]
license = "Apache-2.0"
name = "math2"
readme = false
repository = "https://github.com/gridaco/grida"
resolver = "1"
version = "0.0.1"
[[test]]
name = "align"
path = "tests/align.rs"
[[test]]
name = "bezier"
path = "tests/bezier.rs"
[[test]]
name = "color"
path = "tests/color.rs"
[[test]]
name = "delta"
path = "tests/delta.rs"
[[test]]
name = "layout"
path = "tests/layout.rs"
[[test]]
name = "measurement"
path = "tests/measurement.rs"
[[test]]
name = "packing"
path = "tests/packing.rs"
[[test]]
name = "range"
path = "tests/range.rs"
[[test]]
name = "raster"
path = "tests/raster.rs"
[[test]]
name = "raster_extended"
path = "tests/raster_extended.rs"
[[test]]
name = "rect"
path = "tests/rect.rs"
[[test]]
name = "rect_boolean"
path = "tests/rect_boolean.rs"
[[test]]
name = "snap_advanced"
path = "tests/snap_advanced.rs"
[[test]]
name = "snap_canvas"
path = "tests/snap_canvas.rs"
[[test]]
name = "snap_spacing"
path = "tests/snap_spacing.rs"
[[test]]
name = "transform"
path = "tests/transform.rs"
[[test]]
name = "ui"
path = "tests/ui.rs"
[[test]]
name = "utils"
path = "tests/utils.rs"
[[test]]
name = "vector2"
path = "tests/vector2.rs"
[[test]]
name = "viewport"
path = "tests/viewport.rs"