mirror-ghostty/pkg
Mitchell Hashimoto 4d0bf303c6
ci: zig fmt check
This adds a CI test to ensure that all Zig files are properly formatted.
This avoids unrelated diff noise in future PRs.
2025-03-18 13:58:49 -07:00
..
apple-sdk Zig 0.14 2025-03-11 14:39:04 -07:00
breakpad build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
cimgui build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
fontconfig build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
freetype build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
glfw pkg/glfw 2025-03-13 20:52:33 -07:00
glslang update all packages to new hash for caching 2025-03-12 07:30:01 -07:00
gtk4-layer-shell build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
harfbuzz build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
highway pkg/highway: upgrade to fix compilation issues on LLVM18 2025-03-12 11:03:54 -07:00
libintl build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
libpng build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
libxml2 update all packages to new hash for caching 2025-03-12 07:30:01 -07:00
macos pkg/macos: clean up for Zig 0.14, consolidate C imports into one decl 2025-03-15 07:02:53 -07:00
oniguruma build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
opengl ci: zig fmt check 2025-03-18 13:58:49 -07:00
sentry build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
simdutf for iOS simulator builds for apple M1 as base CPU model 2025-03-13 07:13:13 -07:00
spirv-cross update all packages to new hash for caching 2025-03-12 07:30:01 -07:00
utf8proc pkg/utf8proc: yeet usingns 2024-08-16 16:28:39 -07:00
utfcpp build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
wuffs build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
zlib build: mark most dependencies as lazy 2025-03-14 13:32:19 -07:00
README.md pkg: add README and license 2024-09-13 19:55:11 -07:00

README.md

Packages

This folder contains packages written for and used by Ghostty that could potentially be useful for other projects. These are in-tree with Ghostty because I don't want to maintain them as separate projects (i.e. get dedicated issues, PRs, etc.). If you want to use them, you can copy and paste them into your project.

License

This license only applies to the contents of the pkg folder within the Ghostty project. This license does not apply to the rest of the Ghostty project.

Copyright © 2024 Mitchell Hashimoto

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.