Skip to content

Commit cc6a616

Browse files
committed
add gyro packaging
1 parent 2af958b commit cc6a616

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
zig-cache
2+
deps.zig
3+
gyro.lock

gyro.zzz

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
pkgs:
2+
SDL:
3+
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

Comments
 (0)