Skip to content

Commit

Permalink
bump zig
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Sep 16, 2024
1 parent 95ca6e3 commit 0c7cce3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,11 @@ const generic_src_files = [_][]const u8{
"src/render/direct3d11/SDL_shaders_d3d11.c",
"src/render/direct3d12/SDL_render_d3d12.c",
"src/render/direct3d12/SDL_shaders_d3d12.c",

"src/render/gpu/SDL_pipeline_gpu.c",
"src/render/gpu/SDL_render_gpu.c",
"src/render/gpu/SDL_shaders_gpu.c",

"src/render/opengl/SDL_render_gl.c",
"src/render/opengl/SDL_shaders_gl.c",
"src/render/opengles2/SDL_render_gles2.c",
Expand Down
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
.paths = .{""},
.dependencies = .{
.sdl = .{
.url = "git+https://github.com/libsdl-org/SDL?ref=main#27862907c65453e53828e9d892df81c8ce536ea7",
.hash = "12201ead5039f3cda212c6dbe0f293de87c25d8a859169187c63d5756b22b39768fa",
.url = "git+https://github.com/libsdl-org/SDL?ref=main#4f722d372ae7246f123762b0407cbec1e6e71d65",
.hash = "122003b98a58e3b549bbed69d8aa1713f01d53d337dd512e80251918af385da96ef1",
},
.sdl_ttf = .{
.url = "git+https://github.com/libsdl-org/SDL_ttf?ref=main#28e2a1126b8bcf97693d024dbd034f62fe373965",
Expand Down

0 comments on commit 0c7cce3

Please sign in to comment.