wavefront_obj 1.0.0

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

name = "wavefront_obj"
description = "A parser for the Wavefront .obj file format."
license = "MIT"
repository = "https://github.com/PistonDevelopers/wavefront_obj"
version = "1.0.0"
authors = [
    "Clark Gaebel <cg.wowus.cg@gmail.com>",
  ]

[lib]

name = "wavefront_obj"
path = "./src/lib.rs"