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

@@ -135,6 +135,14 @@
"imagemagick"
]
},
"glfw": {
"type": "external",
"arg-type": "custom",
"source": "ext-glfw",
"lib-depends": [
"glfw"
]
},
"imap": {
"type": "builtin",
"arg-type": "with",