build: ghostty lib, framework, build into app

This commit is contained in:
Mitchell Hashimoto
2023-02-13 22:20:33 -08:00
parent 81299fde9c
commit 8035865596
8 changed files with 153 additions and 6 deletions

4
include/module.modulemap Normal file
View File

@@ -0,0 +1,4 @@
module GhosttyKit {
umbrella header "ghostty.h"
export *
}