diff options
| author | Joshua Cearley <joshua.cearley@gmail.com> | 2017-08-09 17:22:32 -0500 |
|---|---|---|
| committer | Joshua Cearley <joshua.cearley@gmail.com> | 2017-08-09 17:22:32 -0500 |
| commit | 68a6d7e9e5e9b58b5ed7b5cc7f338fb3feed0c14 (patch) | |
| tree | 590314c383aab320533da4369d312b8710028421 | |
| parent | fc5a9ddbbcf9332118372886e8464f0ec2b882bc (diff) | |
| download | packages-68a6d7e9e5e9b58b5ed7b5cc7f338fb3feed0c14.tar.gz packages-68a6d7e9e5e9b58b5ed7b5cc7f338fb3feed0c14.zip | |
Added package skEasing
| -rw-r--r-- | packages.json | 13 |
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" } ] |
