Switch from old abandoned NanoVG package to a currently maintained one (#1253)
This commit is contained in:
parent
a43a1097ca
commit
38d8f9d7e7
1 changed files with 4 additions and 4 deletions
|
|
@ -3365,8 +3365,8 @@
|
|||
"web": "https://github.com/rnowley/nim-ncurses"
|
||||
},
|
||||
{
|
||||
"name": "nanovg.nim",
|
||||
"url": "https://github.com/fowlmouth/nanovg.nim",
|
||||
"name": "nanovg",
|
||||
"url": "https://github.com/johnnovak/nim-nanovg",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"wrapper",
|
||||
|
|
@ -3374,9 +3374,9 @@
|
|||
"vector graphics",
|
||||
"opengl"
|
||||
],
|
||||
"description": "A wrapper for NanoVG vector graphics rendering",
|
||||
"description": "Nim wrapper for the C NanoVG antialiased vector graphics rendering library for OpenGL",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/fowlmouth/nanovg.nim"
|
||||
"web": "https://github.com/johnnovak/nim-nanovg"
|
||||
},
|
||||
{
|
||||
"name": "pwd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue