rydit-anim 0.7.34

Animation module for RyDit - Easing functions, Squash & Stretch, Disney principles
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 = "2021"
name = "rydit-anim"
version = "0.7.34"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Animation module for RyDit - Easing functions, Squash & Stretch, Disney principles"
homepage = "https://github.com/lapumlbb18-blip/Rydit_Engine"
documentation = "https://docs.rs/rydit-anim"
readme = "README.md"
keywords = [
    "animation",
    "easing",
    "game-engine",
    "disney",
    "interpolation",
]
categories = [
    "game-development",
    "graphics",
]
license = "MIT"
repository = "https://github.com/lapumlbb18-blip/Rydit_Engine"
resolver = "3"

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

[dependencies.rydit-core]
version = "0.7.34"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"