978bd4916f
* labs_solar_system 1.1.0 (via `alr publish --submit`) * Add Fedora/CentOS SDL definitions --------- Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
17 lines
492 B
TOML
17 lines
492 B
TOML
description = "Simple DirectMedia Layer development files - Image"
|
|
name = "libsdl2_image"
|
|
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin.'case(distribution)']
|
|
'debian|ubuntu' = ["libsdl2-image-dev"]
|
|
'arch' = ["sdl2_image"]
|
|
'centos' = ["SDL2_image-devel"]
|
|
'fedora' = ["SDL2_image-devel"]
|
|
'homebrew' = ["sdl2_image"]
|
|
'macports' = ["libsdl2_image"]
|
|
'msys2' = ["mingw-w64-x86_64-SDL2_image"]
|