motiongfx 0.2.0

Backend agnostic motion graphics creation framework.
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 = "motiongfx"
version = "0.2.0"
build = false
exclude = ["/examples/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backend agnostic motion graphics creation framework."
readme = "README.md"
keywords = [
    "motion",
    "animation",
    "procedural",
    "timeline",
    "agnostic",
]
categories = [
    "no-std",
    "multimedia",
    "graphics",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/voxell-tech/motiongfx"
resolver = "2"

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

[dependencies.bevy_ecs]
version = "0.18.0"
default-features = false

[dependencies.bevy_math]
version = "0.18.0"
features = ["libm"]
default-features = false

[dependencies.bevy_platform]
version = "0.18.0"
default-features = false

[dependencies.field_path]
version = "0.2"

[dependencies.nonempty]
version = "0.12"
default-features = false

[lints.clippy]
bool_comparison = "allow"
redundant_type_annotations = "warn"