Project tidying
- Project now uses AnyCPU. - Fixed assembly info and renamed Raylib-cs project to Generator. - Removed resources folder and dlls. - Improving current manual bindings.
This commit is contained in:
parent
8891e9e2a6
commit
1292292318
129 changed files with 359 additions and 3446 deletions
|
|
@ -1,16 +0,0 @@
|
|||
using System;
|
||||
using CppSharp;
|
||||
|
||||
namespace Raylibcs
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Raylib-cs binding generator");
|
||||
ConsoleDriver.Run(new SampleLibrary());
|
||||
Console.WriteLine("Press enter to exit");
|
||||
Console.ReadLine();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue