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>
16 lines
413 B
TOML
16 lines
413 B
TOML
description = "Simple DirectMedia Layer development files"
|
|
name = "libsdl2"
|
|
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin.'case(distribution)']
|
|
'debian|ubuntu' = ["libsdl2-dev"]
|
|
'arch' = ["sdl2"]
|
|
'centos|fedora' = ["SDL2-devel"]
|
|
'homebrew' = ["sdl2"]
|
|
'macports' = ["libsdl2"]
|
|
'msys2' = ["mingw-w64-x86_64-SDL2"]
|