lore/build.zig.zon

15 lines
558 B
Plaintext
Raw Normal View History

.{
.name = "lore",
.version = "0.1.0",
.dependencies = .{
.noclip = .{
.url = "https://github.com/torque/NOCLIP/archive/35915191fba37d0bc161cc586e2a4aeb70e6a14c.tar.gz",
.hash = "1220e73de78e25f44aca18d3c3008d280efb8fbd0a4b4e90a6f679f3d823a27d2495",
},
.cmark = .{
.url = "https://github.com/epicyclic-dev/cmark-zig/archive/3a73fbe31216561eb1bbf9b2324fc2e948f37de2.tar.gz",
.hash = "122076efef52a9952684341b8a6f9a31d8b83666ecc7bd496d7b1bcef76ed6dcea45",
},
},
}