package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
327 B

package("libsdl_image")
set_base("libsdl2_image")
add_deps("cmake")
on_load(function (package)
wprint("libsdl_image package has been renamed to libsdl2_image following the release of SDL3, please update the package name in your xmake.lua.${clear}")
package:base():script("load")(package)
end)