mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-25 08:31:43 +00:00
using just get
This commit is contained in:
14
src/build/uucode_config.zig
Normal file
14
src/build/uucode_config.zig
Normal file
@@ -0,0 +1,14 @@
|
||||
const config = @import("config.zig");
|
||||
const x = @import("uucode.x.config");
|
||||
const d = config.default;
|
||||
|
||||
pub const tables = [_]config.Table{
|
||||
.{
|
||||
.extensions = &.{x.wcwidth},
|
||||
.fields = &.{
|
||||
x.wcwidth.field("wcwidth"),
|
||||
d.field("general_category"),
|
||||
d.field("has_emoji_presentation"),
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user