diff options
| author | Juan Carlos <juancarlospaco@gmail.com> | 2019-08-30 17:01:44 -0300 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-08-30 22:01:44 +0200 |
| commit | 7c1aa188d3c83a9d4ab9735282dd701ffb26e420 (patch) | |
| tree | 7edac3eedc9389935332d2b927f8c564a075a099 | |
| parent | 71bbed17bf0e25f062692d0368aff1ccac9df888 (diff) | |
| download | packages-7c1aa188d3c83a9d4ab9735282dd701ffb26e420.tar.gz packages-7c1aa188d3c83a9d4ab9735282dd701ffb26e420.zip | |
Added package easings (#1155)
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 810cc88..25b9e75 100644 --- a/packages.json +++ b/packages.json @@ -14155,5 +14155,17 @@ "description": "EDN and Clojure parser", "license": "EPL-2.0", "web": "https://github.com/rosado/edn.nim" + }, + { + "name": "easings", + "url": "https://github.com/juancarlospaco/nim-easings", + "method": "git", + "tags": [ + "easings", + "math" + ], + "description": "Robert Penner Easing Functions for Nim", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-easings" } ] |
