BREAKING CHANGE. Replaced Vector2, Vector3 and Vector4 with System.Numerics.
- Testing out a breaking change so we can use System.Numerics.
This commit is contained in:
parent
3b3bdc34c4
commit
85c5585dec
4 changed files with 95 additions and 273 deletions
|
|
@ -6,10 +6,9 @@
|
|||
* See LICENSE for details.
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Numerics;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Security;
|
||||
using Quaternion = Raylib_cs.Vector4;
|
||||
|
||||
namespace Raylib_cs
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue