15 lines
276 B
TOML
15 lines
276 B
TOML
[package]
|
|
name = "simple-easing"
|
|
version = "1.0.2"
|
|
description = "Set of simple easing functions"
|
|
edition = "2024"
|
|
repository = "https://gitlab.com/chpio/simple-easing"
|
|
license = "MIT OR Apache-2.0"
|
|
include = [
|
|
"/src/**/*",
|
|
"/README.md",
|
|
"/CHANGELOG.md",
|
|
]
|
|
|
|
[dependencies]
|