bezier_easing 0.1.1

This is a rust port of Gaëtan Renaudeau's bezier-easing from https://github.com/gre/bezier-easing
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "bezier_easing"
version = "0.1.1"
edition = "2021"
description = "This is a rust port of Gaëtan Renaudeau's bezier-easing from https://github.com/gre/bezier-easing"
repository = "https://github.com/hlhr202/bezier-easing-rs"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]