Watch
2
0
Fork
You've already forked raylib-cs
0
raylib-cs/app.config

10 lines
No EOL
358 B
XML
Executable file

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="raylib" os="windows" target="raylib.dll"/>
<dllmap dll="raylib" os="osx" target="libraylib.dylib"/>
<dllmap dll="raylib" os="linux" target="libraylib.so.0"/>
<appSettings>
<add key="raylib-release-tag"
value="3.7.0"/>
</appSettings>
</configuration>