aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-08-09 23:19:04 +0100
committerGitHub <noreply@github.com>2017-08-09 23:19:04 +0100
commit249946f4821d8462df84e7bd546066702f75b3cb (patch)
tree590314c383aab320533da4369d312b8710028421
parentfc5a9ddbbcf9332118372886e8464f0ec2b882bc (diff)
parent68a6d7e9e5e9b58b5ed7b5cc7f338fb3feed0c14 (diff)
downloadpackages-249946f4821d8462df84e7bd546066702f75b3cb.tar.gz
packages-249946f4821d8462df84e7bd546066702f75b3cb.zip
Merge pull request #560 from Skrylar/add-skEasing2222
Add package skEasing
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 6d47252..89f33d3 100644
--- a/packages.json
+++ b/packages.json
@@ -6963,5 +6963,18 @@
"description": "Predictable state container.",
"license": "MIT",
"web": "https://github.com/pragmagic/redux.nim"
+ },
+ {
+ "name": "skEasing",
+ "url": "https://github.com/Skrylar/skEasing",
+ "method": "git",
+ "tags": [
+ "math",
+ "curves",
+ "animation"
+ ],
+ "description": "A collection of easing curves for animation purposes.",
+ "license": "BSD",
+ "web": "https://github.com/Skrylar/skEasing"
}
]