gltf-utils 0.10.1

Utilities to complement the gltf crate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "gltf-utils"
version = "0.10.1"
authors = ["David Harvey-Macaulay <alteous@outlook.com>"]
description = "Utilities to complement the gltf crate"
repository = "https://github.com/gltf-rs/gltf"
license = "MIT/Apache-2.0"

[dependencies]
byteorder = "1.1"
gltf = { path = "..", version = "0.10.1" }

[features]
default = []
names = []
extras = []