renamite-examples 0.2.7

Built-in Renamite example projects and templates.
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 = "renamite-examples"
version = "0.2.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Built-in Renamite example projects and templates."
readme = false
license = "MPL-2.0"

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

[dependencies.glam]
version = "0.33"
features = [
    "std",
    "serde",
    "f64",
]
default-features = false

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "webp",
]
default-features = false

[dependencies.renamite-animation]
version = "0.2.7"

[dependencies.renamite-io-ren]
version = "0.2.7"

[dependencies.renamite-model]
version = "0.2.7"

[dev-dependencies.renamite-io-ren]
version = "0.2.7"
features = ["binary"]