simple-easing2 1.0.2

Set of simple easing functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "simple-easing2"
version = "1.0.2"
description = "Set of simple easing functions"
edition = "2021"
repository = "https://github.com/zeozeozeo/simple-easing2"
license = "MIT OR Apache-2.0"
include = [
	"/src/**/*",
	"/README.md",
	"/CHANGELOG.md",
]

[dependencies]