Skip to content

Commit

Permalink
bump SDL
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Sep 12, 2024
1 parent a60d6ea commit 7ad1b3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,9 @@ 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 All @@ -971,7 +974,6 @@ const generic_src_files = [_][]const u8{
"src/render/software/SDL_render_sw.c",
"src/render/software/SDL_rotate.c",
"src/render/software/SDL_triangle.c",

"src/render/vitagxm/SDL_render_vita_gxm.c",
"src/render/vitagxm/SDL_render_vita_gxm_memory.c",
"src/render/vitagxm/SDL_render_vita_gxm_tools.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#575d9cda6f169b06e8f500acb8d3534408216185",
.hash = "122094e5a48874587352f80fb1ebf7016bc585f6e82645c3b8b9cf5a6f815ab36baa",
.url = "git+https://github.com/libsdl-org/SDL?ref=main#b15fab0207004282aaf0ab0643fd08579121c88a",
.hash = "1220b2ae589180aac2676c9a277c91c281409c697da3c4ff6bce3efa46173cd909ca",
},
.sdl_ttf = .{
.url = "git+https://github.com/libsdl-org/SDL_ttf?ref=main#28e2a1126b8bcf97693d024dbd034f62fe373965",
Expand Down

0 comments on commit 7ad1b3d

Please sign in to comment.