vector2 0.1.5

A simple 2D vector library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "vector2"
version = "0.1.5"
edition = "2021"
description = "A simple 2D vector library"
repository = "https://github.com/tz629/vector2"
documentation = "https://docs.rs/vector2"
keywords = ["vector2", "vector", "2d", "vec", "vec2"]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
readme = "README.md"

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

[dependencies]