mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 14:55:39 +08:00
12 lines
182 B
YAML
12 lines
182 B
YAML
glfw:
|
|
type: library
|
|
artifact: glfw
|
|
headers:
|
|
- GLFW/glfw3.h
|
|
- GLFW/glfw3native.h
|
|
lang: cpp
|
|
static-libs@unix:
|
|
- libglfw3.a
|
|
static-libs@windows:
|
|
- glfw3.lib
|