Add Futhark (#2025)

This commit is contained in:
PMunch 2021-10-08 14:32:43 +00:00 committed by GitHub
parent 321c7d2f0f
commit 7b02a3eee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1749,6 +1749,22 @@
"license": "MIT",
"web": "https://github.com/PMunch/wxnim"
},
{
"name": "futhark",
"url": "https://github.com/PMunch/futhark",
"method": "git",
"tags": [
"library",
"c",
"c2nim",
"interop",
"language",
"code"
],
"description": "Zero-wrapping C imports in Nim",
"license": "MIT",
"web": "https://github.com/PMunch/futhark"
},
{
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",