lightmap 0.4.0

Light map generator
Documentation
[package]

name = "lightmap"

version = "0.4.0"

authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]

edition = "2021"

license = "MIT"

description = "Light map generator"

keywords = ["lightmap", "uvgen"]

include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"]

documentation = "https://docs.rs/lightmap"

repository = "https://github.com/mrDIMAS/lightmap"

readme = "README.md"

resolver = "2"

rust-version = "1.72"



[dependencies]

fyrox-math = "1.0.0-rc.2"

nalgebra = "0.34"

uvgen = "0.3.0"

rayon = "1.8.1"

fxhash = "0.2.1"

arrayvec = "0.7.4"