mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
Create a snap packaging subsystem (#5987)
This team is responsible for snap packaging.
This commit is contained in:
@ -81,6 +81,9 @@
|
|||||||
# - @ghostty-org/macos - The Ghostty macOS app and any macOS-specific
|
# - @ghostty-org/macos - The Ghostty macOS app and any macOS-specific
|
||||||
# features, configurations, etc.
|
# features, configurations, etc.
|
||||||
#
|
#
|
||||||
|
# - @ghostty-org/packaging/snap - Ghostty snap packaging
|
||||||
|
# (https://snapcraft.io/ghostty)
|
||||||
|
#
|
||||||
# - @ghostty-org/renderer - Ghostty rendering subsystem, including the
|
# - @ghostty-org/renderer - Ghostty rendering subsystem, including the
|
||||||
# rendering abstractions as well as specific renderers like OpenGL
|
# rendering abstractions as well as specific renderers like OpenGL
|
||||||
# and Metal.
|
# and Metal.
|
||||||
@ -147,3 +150,6 @@
|
|||||||
/src/unicode/ @ghostty-org/terminal
|
/src/unicode/ @ghostty-org/terminal
|
||||||
/src/Surface.zig @ghostty-org/terminal
|
/src/Surface.zig @ghostty-org/terminal
|
||||||
/src/surface_mouse.zig @ghostty-org/terminal
|
/src/surface_mouse.zig @ghostty-org/terminal
|
||||||
|
|
||||||
|
# Packaging - Snap
|
||||||
|
/snap/ @ghostty-org/snap
|
||||||
|
Reference in New Issue
Block a user