Added package tweens (#1835)

This commit is contained in:
Rainbow Asteroids 2021-03-10 02:45:36 -05:00 committed by GitHub
parent 314fac3d0f
commit 134a5a6bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21798,5 +21798,18 @@
"description": "Elegant optional types",
"license": "MIT",
"web": "https://github.com/markspanbroek/questionable"
},
{
"name": "tweens",
"url": "https://github.com/RainbowAsteroids/tweens",
"method": "git",
"tags": [
"tween",
"math",
"animation"
],
"description": "Basic tweening library for Nim",
"license": "MIT",
"web": "https://github.com/RainbowAsteroids/tweens"
}
]