mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-04 19:04:53 +00:00
Lots of 0.14 changes
This commit is contained in:
@@ -52,7 +52,7 @@ const Precompute = struct {
|
||||
var result: [std.math.maxInt(u10)]Value = undefined;
|
||||
|
||||
@setEvalBranchQuota(3_000);
|
||||
const info = @typeInfo(GraphemeBoundaryClass).Enum;
|
||||
const info = @typeInfo(GraphemeBoundaryClass).@"enum";
|
||||
for (0..std.math.maxInt(u2) + 1) |state_init| {
|
||||
for (info.fields) |field1| {
|
||||
for (info.fields) |field2| {
|
||||
|
||||
Reference in New Issue
Block a user