# 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 = "xc3_wgpu" version = "0.14.0" authors = ["ScanMountGoat <>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Xenoblade Chronicles model rendering library" documentation = "https://docs.rs/xc3_wgpu" readme = "README.md" license = "MIT" repository = "https://github.com/ScanMountGoat/xc3_lib" [lib] name = "xc3_wgpu" path = "src/lib.rs" [dependencies.bytemuck] version = "1.13" features = ["derive"] [dependencies.encase] version = "0.9.0" features = ["glam"] [dependencies.glam] version = "0.28.0" features = ["bytemuck"] [dependencies.indexmap] version = "2.1.0" [dependencies.log] version = "0.4.19" [dependencies.rayon] version = "1.8.1" [dependencies.smol_str] version = "0.2.2" [dependencies.tracing] version = "0.1.0" [dependencies.wgpu] version = "22.0.0" [dependencies.xc3_lib] version = "0.14.0" [dependencies.xc3_model] version = "0.14.0" [build-dependencies.wgsl_to_wgpu] version = "0.10.1"