Added package easings (#1155)

This commit is contained in:
Juan Carlos 2019-08-30 17:01:44 -03:00 committed by Miran
parent 71bbed17bf
commit 7c1aa188d3

View File

@ -14155,5 +14155,17 @@
"description": "EDN and Clojure parser", "description": "EDN and Clojure parser",
"license": "EPL-2.0", "license": "EPL-2.0",
"web": "https://github.com/rosado/edn.nim" "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"
} }
] ]