cubi_vectors 0.2.1

A Simple Vector library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cubi_vectors"
authors = ["cubidev"]
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "A Simple Vector library"
readme = "README.md"
homepage = "https://github.com/Cubidev3/cubi-vectors"
repository = "https://github.com/Cubidev3/cubi-vectors"
keywords = ["math", "vector", "two_dimensions", "three_dimensions", "gamedev"]
categories = ["game-development"]

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

[dependencies]
mint = "0.5.9"