2024-01-14 04:27:05 +00:00

35 lines
1.3 KiB
JSON

{
"version": "3.3.9",
"description": "GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development.",
"homepage": "https://github.com/glfw/glfw",
"license": "zlib-acknowledgement",
"architecture": {
"64bit": {
"url": "https://github.com/glfw/glfw/releases/download/3.3.9/glfw-3.3.9.bin.WIN64.zip",
"hash": "13ca98a5f42954a46b67e7bba7f8361bdc48074514e7c147a7302f693b4639d7",
"extract_dir": "glfw-3.3.9.bin.WIN64"
},
"32bit": {
"url": "https://github.com/glfw/glfw/releases/download/3.3.9/glfw-3.3.9.bin.WIN32.zip",
"hash": "ba7441c9d2c41b7e749f65bd59185edb9f99ffe49fccd5dbd519bf60942994c8",
"extract_dir": "glfw-3.3.9.bin.WIN32"
}
},
"env_set": {
"GLFW_ROOT": "$dir"
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/glfw/glfw/releases/download/$version/glfw-$version.bin.WIN64.zip",
"extract_dir": "glfw-$version.bin.WIN64"
},
"32bit": {
"url": "https://github.com/glfw/glfw/releases/download/$version/glfw-$version.bin.WIN32.zip",
"extract_dir": "glfw-$version.bin.WIN32"
}
}
}
}