wobj 0.3.0

Wavefront OBJ polygonal geometry and MTL material parser library
Documentation
[dependencies.ahash]
version = "0.8.12"

[dependencies.indexmap]
optional = true
version = "2.13.0"

[dependencies.winnow]
version = "0.7.14"

[features]
default = ["trimesh"]
trimesh = ["dep:indexmap"]

[lib]
name = "wobj"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "graphics", "encoding"]
description = "Wavefront OBJ polygonal geometry and MTL material parser library"
edition = "2024"
exclude = ["/examples"]
keywords = ["obj", "wavefront", "parser", "3d", "graphics"]
license = "MIT OR Apache-2.0"
name = "wobj"
readme = "README.md"
repository = "https://github.com/AmionSky/wobj"
version = "0.3.0"