# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "gltf-viewer-lib" version = "0.4.5-alpha.0" authors = ["Benjamin Wasty "] build = false include = [ "Cargo.toml", "Cargo.lock", "**/*.rs", "src/shaders/*.*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple glTF 2.0 viewer" readme = "README.md" keywords = [ "glTF", "3D", "model", "scene", "viewer", ] categories = ["rendering"] license = "Unlicense" repository = "https://github.com/bwasty/gltf-viewer" [lib] name = "gltf_viewer_lib" path = "src/lib.rs" [[bin]] name = "gltf-viewer-lib" path = "src/main.rs" [dependencies.base64] version = "0.11.0" [dependencies.bitflags] version = "1.2.1" [dependencies.cgmath] version = "0.17.0" [dependencies.clap] version = "2.33.0" [dependencies.collision] version = "0.20.1" [dependencies.gl] version = "0.14.0" [dependencies.gltf] version = "0.15.0" features = ["names"] [dependencies.glutin] version = "0.18.0" [dependencies.image] version = "0.21.0" [dependencies.log] version = "0.4.8" [dependencies.num-traits] version = "0.2.11" [dependencies.simplelog] version = "0.7.4" [build-dependencies.git-version] version = "0.2.1" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "bwasty/gltf-viewer"