collada_io 0.1.0

Collada input and output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.chrono]
version = "0.4"

[dependencies.xml-rs]
version = "0.8.3"

[package]
authors = ["Matthew Henderson <mattw2018@hotmail.com>"]
description = "Collada input and output"
edition = "2018"
homepage = "https://github.com/5mattmatt1/voxport"
keywords = ["collada", "dae", "3d", "format", "mesh"]
license = "MIT OR Apache-2.0"
name = "collada_io"
readme = "README.md"
repository = "https://github.com/5mattmatt1/voxport"
version = "0.1.0"