Files
Caleb Sandford deQuincey f2cbef3bb8 initial project commit
2025-06-20 11:37:30 +01:00

6 lines
205 B
C#

using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: InternalsVisibleTo("Unity.Mathematics.Tests")]
[assembly: InternalsVisibleTo("Unity.Mathematics.PerformanceTests")]