Skip to content

Commit f913b17

Browse files
author
Guney Saramali
committed
Adding dependency
1 parent 42271e9 commit f913b17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/raspberrypi/rp2xxx/build.zig.zon

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
.version = "0.0.0",
55
.dependencies = .{
66
.microzig = .{ .path = "../../.." },
7+
.font8x8 = .{
8+
.url = "git+https://github.com/Gnyblast/zig-ssd1306-gddram-fonts#84dd5fab70ddc1198eef1cd1305cc82f08f419dc",
9+
.hash = "ssd1306_font_8x8-0.0.0-oGb_cERcAAA6NJzWDOMepgnY6r4blNEHjpkldDaRAui5",
10+
},
711
},
812
.paths = .{
913
"README.md",

0 commit comments

Comments
 (0)