meshlite_ffi 0.1.1

C ABI layer for meshlite. Allows building meshlite as a dynamic library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "meshlite_ffi"
version = "0.1.1"
authors = ["Jeremy HU <huxingyi@msn.com>", "anderejd <https://github.com/anderejd>"]
description = "C ABI layer for meshlite. Allows building meshlite as a dynamic library."
readme = "README.md"
keywords = ["mesh", "3D", "polygon", "graphics", "halfedge"]
categories = ["rendering", "rendering::data-formats"]
license = "MIT"
repository = "https://github.com/huxingyi/meshlite/tree/master/ffi"

[lib]
name = "meshlite_ffi"
crate-type = ["cdylib"]
[dependencies.cgmath]
version = "0.16"

[dependencies.meshlite]
version = "0.2"
[badges.appveyor]
repository = "huxingyi/meshlite"

[badges.maintenance]
status = "experimental"