20 lines
572 B
Text
20 lines
572 B
Text
.{
|
|
.name = .chat,
|
|
.version = "0.0.1",
|
|
.fingerprint = 0x659df2aa32a4b33f, // Changing this has security and trust implications.
|
|
.minimum_zig_version = "0.14.1",
|
|
.dependencies = .{
|
|
.libqt6zig = .{
|
|
.url = "git+https://github.com/rcalixte/libqt6zig#8d1561a2a1e34f6818e4afdb6028ddfe1dcee4d4",
|
|
.hash = "libqt6zig-6.4.2-OSXtXCItfQgnNBvZOhUDSl9QEqLIsmpGn2vf5ZjBFDdw",
|
|
.lazy = true,
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"client",
|
|
"common",
|
|
"server",
|
|
},
|
|
}
|