tobj 3.0.1

A lightweight OBJ loader in the spirit of tinyobjloader
Documentation
[dependencies.ahash]
optional = true
version = "0.7.2"

[dependencies.log]
optional = true
version = "0.4.14"

[features]
default = ["ahash"]
merging = []
reordering = []

[package]
authors = ["Will Usher <will@willusher.io>", "Moritz Moeller <virtualritz@protonmail.com>"]
description = "A lightweight OBJ loader in the spirit of tinyobjloader"
documentation = "https://docs.rs/tobj/"
edition = "2018"
exclude = ["*.obj", "*.mtl", ".travis.yml"]
homepage = "https://github.com/Twinklebear/tobj"
keywords = ["obj", "wavefront", "graphics"]
license = "MIT"
name = "tobj"
readme = "README.md"
repository = "https://github.com/Twinklebear/tobj"
version = "3.0.1"
[package.metadata.docs.rs]
features = ["log", "merging", "reordering"]
[profile.dev]
opt-level = 3
split-debuginfo = "unpacked"