notan_math 0.2.1

Provides simple set of math's utils for Notan
Documentation
[dependencies.glam]
features = ["scalar-math"]
version = "0.20"

[dependencies.rand]
version = "0.8"

[dependencies.rand_pcg]
version = "0.3"

[package]
authors = ["Nazarí González <nazari.nz@gmail.com>"]
description = "Provides simple set of math's utils for Notan"
edition = "2021"
homepage = "https://github.com/Nazariglez/notan"
license = "MIT OR Apache-2.0"
name = "notan_math"
readme = "README.md"
repository = "https://github.com/Nazariglez/notan"
resolver = "2"
version = "0.2.1"
[target."cfg(target_arch = \"wasm32\")".dependencies.getrandom]
features = ["js"]
version = "0.2"