# 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 = "2021" rust-version = "1.57" name = "rend3-gltf" version = "0.3.0" authors = ["The rend3 Developers"] description = "gltf scene and model loader for the rend3 rendering library." readme = "../README.md" keywords = [ "3d", "graphics", "rend3", "gltf", "wgpu", ] categories = [ "game-development", "graphics", "rendering", "rendering::engine", "wasm", ] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/BVE-Reborn/rend3" resolver = "2" [dependencies.arrayvec] version = "0.7" [dependencies.base64] version = "0.13" [dependencies.bytemuck] version = "1" [dependencies.ddsfile] version = "0.5" optional = true [dependencies.float-ord] version = "0.3.2" [dependencies.glam] version = "0.20.0" [dependencies.gltf] version = "1.0" features = [ "KHR_lights_punctual", "KHR_texture_transform", "KHR_materials_unlit", "extras", "names", "utils", ] default-features = false [dependencies.image] version = "0.23" default-features = false [dependencies.ktx2] version = "0.3" optional = true [dependencies.log] version = "0.4" [dependencies.profiling] version = "1" default-features = false [dependencies.rend3] version = "^0.3.0" [dependencies.rend3-routine] version = "^0.3.0" [dependencies.rustc-hash] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.pollster] version = "0.2" [features] default = [ "ddsfile", "ktx2", ]