gfxmath-vec2 0.1.2

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

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

[dependencies]
opimps = "0.1.3"