Fix package dependency problem
All checks were successful
Publish NuGet Packages / publish (push) Successful in 1m47s
All checks were successful
Publish NuGet Packages / publish (push) Successful in 1m47s
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using System.Threading;
|
||||
using System.Threading;
|
||||
|
||||
namespace Misaki.HighPerformance.Image.Runtime
|
||||
{
|
||||
internal unsafe static class MemoryStats
|
||||
internal static unsafe class MemoryStats
|
||||
{
|
||||
private static int _allocations;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user