add glfw support for macOS

This commit is contained in:
crazywhalecc
2023-08-18 18:17:52 +08:00
committed by Jerry Ma
parent b97327d6d7
commit 2bc02bdaac
4 changed files with 62 additions and 0 deletions

View File

@@ -6,6 +6,15 @@
"path": "LICENSE"
}
},
"ext-glfw": {
"type": "git",
"url": "https://github.com/mario-deluna/php-glfw",
"rev": "master",
"license": {
"type": "file",
"path": "LICENSE"
}
},
"apcu": {
"type": "url",
"url": "https://pecl.php.net/get/APCu",