mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-04-05 11:19:39 -04:00
- Menu for example removed from Test projects and moved to exampes. - Changed nativeLibName from raylib.dll to raylib. It should find the correct one this way but might need a dll.config file.
12 lines
158 B
C#
12 lines
158 B
C#
|
|
namespace Test.NetCore
|
|
{
|
|
class Program
|
|
{
|
|
static void Main(string[] args)
|
|
{
|
|
Examples.Test.Run(args);
|
|
}
|
|
}
|
|
}
|