vee_models 0.2.0

Making Mii models. Part of `vfl`.
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 = "vee_models"
version = "0.2.0"
authors = ["Jo Null <me@j0.lol>"]
build = false
exclude = [
    "*.png",
    "*.glb",
    "*.dat",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Making Mii models. Part of `vfl`."
readme = "README.md"
keywords = [
    "model",
    "texture",
    "decompilation",
    "mii",
    "vfl",
]
categories = [
    "parser-implementations",
    "rendering::data-formats",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/j0lol/vee"
resolver = "2"

[lib]
name = "vee_models"
path = "src/lib.rs"

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

[dependencies.glam]
version = "0.30.3"

[dependencies.image]
version = "0.25.6"

[dependencies.vee_parse]
version = "0.2.0"

[dependencies.vee_resources]
version = "0.2.0"

[lints.rust]
missing_docs = "warn"