Compare commits
6 Commits
v1.0.2
..
b50c5c2a41
| Author | SHA1 | Date | |
|---|---|---|---|
|
b50c5c2a41
|
|||
|
ca0c3ab892
|
|||
|
d330e83bfd
|
|||
|
2f956031a6
|
|||
|
52f9d944e9
|
|||
|
d6ebe272db
|
@@ -1,2 +1,3 @@
|
|||||||
/target/
|
/target/
|
||||||
/Cargo.lock
|
/Cargo.lock
|
||||||
|
/flake.lock
|
||||||
|
|||||||
@@ -1,12 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 1.0.2
|
|
||||||
|
|
||||||
* use rust edition 2024
|
|
||||||
* make all functions inlinable
|
|
||||||
* add `#[must_use]` to all functions
|
|
||||||
* enable clippy lints and fix
|
|
||||||
|
|
||||||
## 1.0.1
|
## 1.0.1
|
||||||
|
|
||||||
* repair `elastic_out` function
|
* repair `elastic_out` function
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "simple-easing"
|
name = "simple-easing"
|
||||||
version = "1.0.2"
|
version = "1.0.1"
|
||||||
description = "Set of simple easing functions"
|
description = "Set of simple easing functions"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
repository = "https://gitlab.com/chpio/simple-easing"
|
repository = "https://gitlab.com/chpio/simple-easing"
|
||||||
|
|||||||
Reference in New Issue
Block a user