# 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" name = "ira_drum" version = "0.3.1" authors = ["Matthew Polak "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A packaging format for textures and models." readme = "README.md" license = "MIT" [lib] name = "ira_drum" path = "src/lib.rs" [dependencies.bincode] version = "2.0.0-rc.3" [dependencies.bytemuck] version = "1" features = ["derive"] [dependencies.flate2] version = "1" [dependencies.glam] version = "0.28" optional = true [dependencies.gltf] version = "1" optional = true [dependencies.image] version = "0.25" [dependencies.image_dds] version = "0.5" package = "image_dds__patch" [dependencies.thiserror] version = "1" [dependencies.tobj] version = "4" optional = true [dependencies.tracing] version = "0.1" [dependencies.wgpu] version = "0.20" optional = true [features] default = [ "wgpu", "gltf", "glam", "obj", ] glam = ["dep:glam"] gltf = ["dep:gltf"] obj = ["dep:tobj"] wgpu = ["dep:wgpu"]