Skip to content

Commit

Permalink
Added package tweens (nim-lang#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
micycle8778 authored Mar 10, 2021
1 parent 314fac3 commit 134a5a6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 134a5a6

Please sign in to comment.