6 Commits

Author SHA1 Message Date
t b50c5c2a41 feat: enable clippy nursery and fix 2026-02-15 12:47:52 +01:00
t ca0c3ab892 feat: enable clippy pedantic and fix 2026-02-15 12:34:36 +01:00
t d330e83bfd style: fix clippy 2026-02-15 12:27:09 +01:00
t 2f956031a6 feat: add #[must_use] to all functions 2026-02-15 12:19:53 +01:00
t 52f9d944e9 feat: make all functions inlinable 2026-02-15 12:01:25 +01:00
t d6ebe272db chore: remove flake.nix 2026-02-15 11:52:22 +01:00
3 changed files with 2 additions and 8 deletions
+1
View File
@@ -1,2 +1,3 @@
/target/
/Cargo.lock
/flake.lock
-7
View File
@@ -1,12 +1,5 @@
# 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
View File
@@ -1,6 +1,6 @@
[package]
name = "simple-easing"
version = "1.0.2"
version = "1.0.1"
description = "Set of simple easing functions"
edition = "2024"
repository = "https://gitlab.com/chpio/simple-easing"