[package]
name = "tobj"
version = "0.1.7"
authors = ["Will Usher <will@willusher.io>"]
exclude = ["*.obj", "*.mtl", ".travis.yml"]
description = "A lightweight OBJ loader in the spirit of tinyobjloader"
homepage = "https://github.com/Twinklebear/tobj"
documentation = "http://www.willusher.io/tobj/tobj/"
readme = "README.md"
keywords = ["obj", "wavefront", "graphics"]
license = "MIT"
repository = "https://github.com/Twinklebear/tobj"
[dependencies.clippy]
version = "0.0.302"
optional = true
[features]
unstable = ["clippy"]