xc3_wgpu 0.22.0

Xenoblade Chronicles model rendering library
Documentation
# 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 = "2024"
name = "xc3_wgpu"
version = "0.22.0"
authors = ["ScanMountGoat <>"]
build = "build.rs"
autolib = false
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.aho-corasick]
version = "1.1.4"

[dependencies.bytemuck]
version = "1.13"
features = ["derive"]

[dependencies.encase]
version = "0.12.0"

[dependencies.futures]
version = "0.3.27"

[dependencies.glam]
version = "0.30.9"
features = [
    "bytemuck",
    "encase",
]

[dependencies.indexmap]
version = "2.1.0"

[dependencies.indoc]
version = "2.0.0"

[dependencies.log]
version = "0.4.22"

[dependencies.rayon]
version = "1.8.1"

[dependencies.smol_str]
version = "0.3.2"

[dependencies.tracing]
version = "0.1.0"

[dependencies.wgpu]
version = "29.0.0"

[dependencies.xc3_lib]
version = "0.22.0"

[dependencies.xc3_model]
version = "0.22.0"

[build-dependencies.wesl]
version = "0.3.1"
features = ["naga-ext"]

[build-dependencies.wgsl_to_wgpu]
version = "0.18.0"