Go bindings for libghostty-vt.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update libghostty to not depend on libc++

+2 -4
+1 -1
CMakeLists.txt
··· 4 4 include(FetchContent) 5 5 FetchContent_Declare(ghostty 6 6 GIT_REPOSITORY https://github.com/ghostty-org/ghostty.git 7 - GIT_TAG c36b458ad57a95869745e405c9d8d45104a97773 7 + GIT_TAG 43a05dc968eda9bfa2196d66ba1819daf510b62a 8 8 ) 9 9 FetchContent_MakeAvailable(ghostty)
+1 -1
README.md
··· 3 3 Go bindings for `libghostty-vt`. 4 4 5 5 This project uses [cgo](https://pkg.go.dev/cmd/cgo) but `libghostty-vt` 6 - only depends on libc/libc++, so it is very easy to static link and very 6 + only depends on libc, so it is very easy to static link and very 7 7 easy to cross-compile. The bindings default to static linking for this 8 8 reason. 9 9
-2
flake.nix
··· 26 26 pkgs.go 27 27 pkgs.pinact 28 28 zig.packages.${system}."0.15.2" 29 - ] ++ pkgs.lib.optionals pkgs.stdenv.hostPlatform.isLinux [ 30 - pkgs.libcxx 31 29 ]; 32 30 33 31 shellHook = ''