We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dae739 commit 1c11e06Copy full SHA for 1c11e06
README.md
@@ -1,6 +1,6 @@
1
# [zsdl](https://github.com/zig-gamedev/zsdl)
2
3
-Zig bindings for SDL libs.
+Zig bindings for SDL libs. Work in progress.
4
5
## Getting started (SDL2)
6
@@ -21,7 +21,7 @@ pub fn build(b: *std.Build) !void {
21
@import("zsdl").link_SDL2_ttf(exe);
22
23
exe.root_module.addImport("zsdl2_image", zsdl.module("zsdl2_image"));
24
- @imporT("zsdl").link_SDL2_image(exe);
+ @import("zsdl").link_SDL2_image(exe);
25
26
// Optionally use prebuilt libs instead of relying on system installed SDL...
27
@import("zsdl").prebuilt.addLibraryPathsTo(exe);
0 commit comments