Add ext-glfw support for Windows

This commit is contained in:
crazywhalecc
2026-04-08 22:14:37 +08:00
parent c207269998
commit 9182cf1e34
3 changed files with 22 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
glfw:
type: library
artifact: glfw
headers:
- GLFW/glfw3.h
- GLFW/glfw3native.h
lang: cpp
static-libs@unix:
- libglfw3.a
static-libs@windows:
- glfw3.lib