4bbd7f960a
* Add crate for asfml: Ada binding to Simple and Fast Multimedia Library * Fix file location Co-authored-by: Alejandro R. Mosteo <amosteo@unizar.es>
13 lines
362 B
TOML
13 lines
362 B
TOML
name = "libcsfml"
|
|
description = "Libraries for the C Binding of SFML - Development Files"
|
|
|
|
maintainers = ["Manuel Gomez <mgrojo@gmail.com>"]
|
|
maintainers-logins = ["mgrojo"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["libcsfml-dev"]
|
|
"msys2" = ["mingw-w64-x86_64-csfml"]
|
|
"arch" = ["csfml"]
|