mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
lib-vt: Add SemanticVersion to module
- Provide SONAME versioned shared libraries with major version numbers to separate ABI breaks
This commit is contained in:
@@ -27,6 +27,7 @@ pub fn initShared(
|
||||
const lib = b.addSharedLibrary(.{
|
||||
.name = "ghostty-vt",
|
||||
.root_module = zig.vt_c,
|
||||
.version = std.SemanticVersion{ .major = 0, .minor = 1, .patch = 0 },
|
||||
});
|
||||
lib.installHeader(
|
||||
b.path("include/ghostty/vt.h"),
|
||||
|
||||
Reference in New Issue
Block a user