File tree 4 files changed +4
-17
lines changed
4 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 5
5
.{
6
6
.name = "sdl" ,
7
7
.version = "0.0.0" ,
8
- .paths = .{
9
- "build.zig" ,
10
- "build.zig.zon" ,
11
- },
8
+ .paths = .{"" },
12
9
.dependencies = .{
13
10
.sdl = .{
14
11
.url = "git+https://github.com/libsdl-org/SDL?ref=main#575d9cda6f169b06e8f500acb8d3534408216185" ,
Original file line number Diff line number Diff line change 5
5
.{
6
6
.name = "fonts" ,
7
7
.version = "0.0.0" ,
8
- .paths = .{
9
- "src" ,
10
- "build.zig" ,
11
- "build.zig.zon" ,
12
- },
8
+ .paths = .{"" },
13
9
.dependencies = .{
14
10
.intel_one_mono = .{
15
11
.url = "git+https://github.com/intel/intel-one-mono#V1.3.0" ,
Original file line number Diff line number Diff line change 5
5
.{
6
6
.name = "freetype" ,
7
7
.version = "0.0.0" ,
8
- .paths = .{
9
- "build.zig" ,
10
- "build.zig.zon" ,
11
- },
8
+ .paths = .{"" },
12
9
.dependencies = .{
13
10
// NOTE: matches SDL_ttf's external/freetype submodule
14
11
.freetype = .{
Original file line number Diff line number Diff line change 5
5
.{
6
6
.name = "wayland_scanner" ,
7
7
.version = "0.0.0" ,
8
- .paths = .{
9
- "build.zig" ,
10
- "build.zig.zon" ,
11
- },
8
+ .paths = .{"" },
12
9
.dependencies = .{
13
10
.wayland = .{
14
11
.url = "git+https://gitlab.freedesktop.org/wayland/wayland.git#1.22.0" ,
You can’t perform that action at this time.
0 commit comments