add event support

This commit is contained in:
crazywhalecc
2023-04-30 14:22:59 +08:00
parent 893fa5bfd6
commit cac3ffc7d7
8 changed files with 131 additions and 8 deletions

View File

@@ -35,6 +35,20 @@
"zlib"
]
},
"event": {
"type": "external",
"source": "ext-event",
"arg-type": "custom",
"lib-depends": [
"libevent"
],
"ext-depends": [
"openssl"
],
"ext-suggests": [
"sockets"
]
},
"exif": {
"type": "builtin"
},