spherical-harmonics 0.1.0

Rust native spherical harmonics library
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.nalgebra]
version = "0.18.0"

[dependencies.rand]
version = "0.6.5"

[package]
authors = ["Jasper-Bekkers <bekkers@gmail.com>"]
categories = ["rendering"]
description = "Rust native spherical harmonics library"
documentation = "https://docs.rs/spherical-harmonics"
edition = "2018"
homepage = "https://github.com/Jasper-Bekkers/spherical-harmonics"
include = ["src/*.rs", "Cargo.toml"]
keywords = ["rendering", "spherical", "harmonics"]
license = "Apache-2.0"
name = "spherical-harmonics"
readme = "README.md"
repository = "https://github.com/Jasper-Bekkers/spherical-harmonics"
version = "0.1.0"