wavefront_obj 6.0.0

A parser for the Wavefront .obj file format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]

name    = "wavefront_obj"
version = "6.0.0"
authors = [
    "Clark Gaebel <cg.wowus.cg@gmail.com>",
]
keywords    = ["3d", "format", "wavefront", "obj", "piston"]
description = "A parser for the Wavefront .obj file format."
license     = "MIT"
readme      = "README.md"
repository  = "https://github.com/PistonDevelopers/wavefront_obj.git"
homepage    = "https://github.com/PistonDevelopers/wavefront_obj"

[dependencies]
lexical = "2.1.0"