This commit is contained in:
Jeeves 2024-04-22 02:48:55 -06:00
parent 0e5ca8a574
commit b7057bfabe
3 changed files with 46 additions and 63 deletions

View file

@ -1,5 +1,5 @@
.{
.name = "master",
.name = "uzn",
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.0.0",
@ -43,6 +43,9 @@
// // actually used.
// .lazy = false,
//},
.silkdot = .{
.path = "../silkdot/",
},
},
// Specifies the set of files and directories that are included in this package.