vector_2d_3d 0.5.1

Simple small library for 2D and 3D vectors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "vector_2d_3d"

version = "0.5.1"

edition = "2021"

description = "Simple small library for 2D and 3D vectors"

license = "MIT"

include = [

    "src/**",

    "Cargo.toml",

    "README.md",

    "LICENSE"

]

deprecated = "This crate is deprecated. Please use `minmath` instead."



[dependencies]

serde = {version = "1.0.219", features = ["derive"]}

serde_json = "1.0.140"