deps: update getty

This commit is contained in:
LordMZTE 2022-11-29 16:20:03 +01:00
parent dae1092273
commit 3340588e03
Signed by: LordMZTE
GPG Key ID: B64802DC33A64FF6
5 changed files with 8 additions and 48 deletions

View File

@ -9,10 +9,10 @@ deps:
getty: getty:
git: git:
url: "https://github.com/getty-zig/getty.git" url: "https://github.com/getty-zig/getty.git"
ref: da514225da1898a917f5d34637665e7624f0e70c ref: d8d0c1575ebd995ecc278506d1093770906e65e5
root: src/lib.zig root: src/getty.zig
json: json:
git: git:
url: "https://github.com/getty-zig/json.git" url: "https://github.com/getty-zig/json.git"
ref: 5e51d197d34550b228cdad1259d76a1d13c54af6 ref: e65d3fb3c409f132cd63a760c815042db830c16b
root: src/lib.zig root: src/json.zig

View File

@ -6,17 +6,7 @@ const Vis = struct {
pub usingnamespace getty.de.Visitor( pub usingnamespace getty.de.Visitor(
@This(), @This(),
types.Bytearray, types.Bytearray,
undefined, .{ .visitSeq = visitSeq },
undefined,
undefined,
undefined,
undefined,
undefined,
visitSeq,
undefined,
undefined,
undefined,
undefined,
); );
pub fn visitSeq( pub fn visitSeq(

View File

@ -6,17 +6,7 @@ const Vis = struct {
pub usingnamespace getty.de.Visitor( pub usingnamespace getty.de.Visitor(
@This(), @This(),
types.Char, types.Char,
undefined, .{ .visitString = visitString },
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
visitString,
undefined,
undefined,
); );
pub fn visitString( pub fn visitString(

View File

@ -6,17 +6,7 @@ const Vis = struct {
pub usingnamespace getty.de.Visitor( pub usingnamespace getty.de.Visitor(
@This(), @This(),
types.CharOrArrow, types.CharOrArrow,
undefined, .{ .visitString = visitString },
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
visitString,
undefined,
undefined,
); );
pub fn visitString( pub fn visitString(

View File

@ -6,17 +6,7 @@ const Vis = struct {
pub usingnamespace getty.de.Visitor( pub usingnamespace getty.de.Visitor(
@This(), @This(),
types.LineAndColumn, types.LineAndColumn,
undefined, .{ .visitSeq = visitSeq },
undefined,
undefined,
undefined,
undefined,
undefined,
visitSeq,
undefined,
undefined,
undefined,
undefined,
); );
pub fn visitSeq( pub fn visitSeq(