From 0a1909a84c820fc6ee3180386f3f9178eff3a9d4 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Fri, 18 Sep 2026 22:19:55 -0500 Subject: [PATCH] SDL2 -> SDL3 :party: --- lib/attribution.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/attribution.rb b/lib/attribution.rb index d22ce28..2db3d1f 100644 --- a/lib/attribution.rb +++ b/lib/attribution.rb @@ -12,7 +12,7 @@ module W3DHubLauncher LIBRARIES = [ Item.new("Ruby", "Programming language. A Programmer's Best Friend", "https://ruby-lang.org", "BSD 2-Clause", "https://www.ruby-lang.org/en/about/license.txt"), Item.new("gosu", "Light-weight game library", "https://libgosu.org", "MIT", "https://github.com/gosu/gosu/blob/master/COPYING"), - Item.new("SDL2", "Simple DirectMedia Layer", "https://libsdl.org", "MIT", "https://github.com/libsdl-org/SDL/blob/SDL2/LICENSE.txt"), + Item.new("SDL3", "Simple DirectMedia Layer", "https://libsdl.org", "zlib", "https://github.com/libsdl-org/SDL/blob/main/LICENSE.txt"), Item.new("MojoAL", "OpenAL sound library implementation in a single C file", "https://icculus.org/mojoAL/", "MIT", "https://github.com/icculus/mojoAL/blob/main/LICENSE.txt"), Item.new("async", "Asynchronous event-driven reactor for Ruby", "https://github.com/socketry/async", "MIT", "https://github.com/socketry/async/blob/main/license.md"),