dae-parser 0.1.1

Parser for the Collada (DAE) format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.minidom]
version = "0.13"

[dependencies.percent-encoding]
version = "2.1"

[package]
authors = ["Mario Carneiro <di.gama@gmail.com>"]
categories = ["parser-implementations", "graphics", "game-development"]
description = "Parser for the Collada (DAE) format"
edition = "2018"
keywords = ["collada", "3d", "format"]
license = "MIT OR Apache-2.0"
name = "dae-parser"
readme = "README.md"
repository = "https://github.com/digama0/dae-parser"
version = "0.1.1"