bevy/Cargo.toml
alteous e0bacd9081 Set documentation, repository, and homepage fields
Former-commit-id: 24b6ba657455a761ccfeee98bf26d3da663dfc72
2017-09-06 10:54:15 +01:00

19 lines
426 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"
build = "build.rs"
[build-dependencies]
cmake = "0.1"
[dev-dependencies]
cgmath = "0.15"
[[example]]
name = "generate"