mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
* Use GLFW instead of OpenTK windows * Seems to work pretty well now. * Fix stackalloc issue on Framework. * Add GLFW project to sln. * Fix package downgrade. * Fix SLN more. * Please work. * Fix C# version error.
5 lines
267 B
XML
5 lines
267 B
XML
<configuration>
|
|
<!-- I actually have no idea whether this works on FreeBSD but it can't hurt to set it as such. -->
|
|
<dllmap os="linux,freebsd" dll="glfw3.dll" target="glfw.so.3" />
|
|
<dllmap os="osx" dll="glfw3.dll" target="glfw.3.dylib" />
|
|
</configuration> |