Fix stb_image url (#1257)
https://gitlab.com/define-private-public/stb_image-Nim/issues/9 User was having trouble installing the package via nimble. Suggested I add `.git` at the end of this package's `url` to fix it.
This commit is contained in:
parent
582cf45360
commit
fd40eaa213
1 changed files with 1 additions and 1 deletions
|
|
@ -6501,7 +6501,7 @@
|
|||
},
|
||||
{
|
||||
"name": "stb_image",
|
||||
"url": "https://gitlab.com/define-private-public/stb_image-Nim",
|
||||
"url": "https://gitlab.com/define-private-public/stb_image-Nim.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"stb",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue