Compare commits
7 Commits
b50c5c2a41
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
8518ea1bd1
|
|||
|
5c81f35250
|
|||
|
02ce2097fb
|
|||
|
36a2e0e9e2
|
|||
|
b4f5d73cbd
|
|||
|
303028dc10
|
|||
|
feb9f76053
|
@@ -1,3 +1,2 @@
|
||||
/target/
|
||||
/Cargo.lock
|
||||
/flake.lock
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# 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
|
||||
|
||||
* repair `elastic_out` function
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "simple-easing"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
description = "Set of simple easing functions"
|
||||
edition = "2024"
|
||||
repository = "https://gitlab.com/chpio/simple-easing"
|
||||
|
||||
Reference in New Issue
Block a user