Skip to content

Commit

Permalink
Moved NativeLibraryLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrohanea committed Mar 24, 2023
1 parent b05ce40 commit a086b83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
// Licensed under the MIT license: https://opensource.org/licenses/MIT

using System.Runtime.InteropServices;
using Whisper.net.LibraryLoader;
using Whisper.net.Native;

namespace Whisper.net.Native;
namespace Whisper.net.LibraryLoader;

public static class NativeLibraryLoader
{
Expand Down

0 comments on commit a086b83

Please sign in to comment.