mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-09-09 03:01:41 -04:00
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:
@@ -3,12 +3,11 @@ using static Raylib.rl;
|
||||
|
||||
namespace ExampleApplication
|
||||
{
|
||||
class Program
|
||||
static class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
// LoadApp();
|
||||
Examples.shapes_basic_shapes();
|
||||
{
|
||||
Examples.core_basic_window();
|
||||
// DrawControl.Run();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user