[lib]
name = "simple_bezier_easing"
path = "src/lib.rs"
[package]
authors = ["0xJWLabs <0xJWLabs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "graphics"]
description = "A library for calculating cubic Bézier curves using De Casteljau's algorithm."
edition = "2021"
homepage = "https://github.com/0xJWLabs/simple-bezier-easing"
keywords = ["bezier", "easing", "curve"]
license = "MIT"
name = "simple-bezier-easing"
readme = "README.md"
repository = "https://github.com/0xJWLabs/simple-bezier-easing"
version = "0.1.1"