We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af958b commit cc6a616Copy full SHA for cc6a616
.gitignore
@@ -1 +1,3 @@
1
zig-cache
2
+deps.zig
3
+gyro.lock
gyro.zzz
@@ -0,0 +1,17 @@
+pkgs:
+ SDL:
+ version: 0.0.0
4
+ description: "A shallow wrapper around SDL that provides object API and error handling"
5
+ license: MIT
6
+ source_url: "https://github.com/MasterQ32/SDL.zig"
7
+ tags:
8
+ sdl
9
+
10
+ root: src/lib.zig
11
+ files:
12
+ README.md
13
+ LICENSE
14
+ build.zig
15
+ examples/*.zig
16
+ src/*.zig
17
+ src/binding/*.zig
0 commit comments