gfxmath-vec2 0.1.3

A simple 2D math library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.opimps]
version = "0.1.4"

[package]
authors = ["Tony Nguyen <900692-t101@users.noreply.gitlab.com>"]
description = "A simple 2D math library"
edition = "2018"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["vec2", "graphics", "math", "2D"]
license = "Apache-2.0"
name = "gfxmath-vec2"
readme = "README.md"
repository = "https://gitlab.com/t101/gfxmath-vec2"
version = "0.1.3"