Skip to content

Commit

Permalink
add zon file
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Aug 6, 2023
1 parent e544d38 commit 5a84be3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.{
.name = "microzig",
.version = "0.0.0",
.dependencies = .{
.regz = .{
.url = "https://github.com/ZigEmbeddedGroup/regz/archive/20b744499e79658d506c19b92619f63e17d476ac.tar.gz",
.hash = "12201469ed6a99d87abf0ea9bb33fa98eb720ffcea96a17b4759fc1be0005d1abbf9",
},
},
}

0 comments on commit 5a84be3

Please sign in to comment.