ry-anim 0.12.0

Animation library implementing 12 Disney principles, visual effects, optical illusions, and science animations
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 = "ry-anim"
version = "0.12.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Animation library implementing 12 Disney principles, visual effects, optical illusions, and science animations"
homepage = "https://github.com/lapumlbb18-blip/Ry-dit"
documentation = "https://docs.rs/ry-anim"
readme = "README.md"
keywords = [
    "animation",
    "easing",
    "game-engine",
    "disney",
    "sprite",
]
categories = [
    "game-development",
    "graphics",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/lapumlbb18-blip/Ry-dit"
resolver = "3"

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

[dependencies.ry-core]
version = "0.8.2"

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

[dependencies.serde_json]
version = "1.0"