forked from pool/raylib
* rcore module platform-spli * New platform backend supported: SDL * New platform backend supported: Nintendo Switch * New splines drawing and evaluation API * Pseudo-random numbers generator: rprand * Automation Events System API * For details check project changelog OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/raylib?expand=0&rev=38
17 lines
545 B
Plaintext
17 lines
545 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="url">https://github.com/raysan5/raylib.git</param>
|
|
<param name="revision">5.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">examples</param>
|
|
</service>
|
|
|
|
<service name="set_version" mode="buildtime"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|