bevy/Cargo.toml
alteous 0048ac14bd Add dual Apache-2.0 / MIT licence
Former-commit-id: 4cb2812da7e4230d7fe0bc6620afa697cb6b23ee
2017-09-06 10:58:04 +01:00

22 lines
528 B
TOML

[package]
name = "mikktspace"
version = "0.1.0"
authors = ["Benjamin Wasty <benny.wasty@gmail.com>"]
description = "Mikkelsen tangent space algorithm"
documentation = "https://docs.rs/mikktspace"
repository = "https://github.com/bwasty/mikktspace-rs"
homepage = "https://github.com/bwasty/mikktspace-rs"
readme = "README.md"
keywords = ["3D", "graphics", "algorithm", "tangent"]
license = "MIT/Apache-2.0"
build = "build.rs"
[build-dependencies]
cmake = "0.1"
[dev-dependencies]
cgmath = "0.15"
[[example]]
name = "generate"