Skip to content

Commit

Permalink
Allow direct usage of microzig (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite authored Dec 27, 2024
1 parent 74418f7 commit 6631c43
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

// used for creating package tarballs
.boxzer = .{
.url = "git+https://github.com/mattnite/boxzer#a23c802f15deb848e6019580c01ba5a342ce7bc9",
.hash = "12201941f33c88dfebeb894d6693b94501cca0d7ce1f3e268fe2825723085ab93ba7",
.url = "git+https://github.com/mattnite/boxzer#a6a9150c2638ebd079f83ee90c6f9fc6adb16dbf",
.hash = "12204586b437ba1057f5ad16eb0c7392bc9534602bf435bf6c9a41cc5a8747630e65",
},
},
.paths = .{
Expand All @@ -36,5 +36,19 @@
"design",
"docs",
"tools/generate_linker_script.zig",
"tools",
"port",
"examples",
"build-internals",
"core",
"drivers",
},
.boxzer_ignore_paths = .{
"tools",
"port",
"examples",
"build-internals",
"core",
"drivers",
},
}

0 comments on commit 6631c43

Please sign in to comment.