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