We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42271e9 commit f913b17Copy full SHA for f913b17
examples/raspberrypi/rp2xxx/build.zig.zon
@@ -4,6 +4,10 @@
4
.version = "0.0.0",
5
.dependencies = .{
6
.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
+ },
11
},
12
.paths = .{
13
"README.md",
0 commit comments