diff --git a/.gitmodules b/.gitmodules index beeb23d..b8836d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "lib/mem"] - path = lib/mem - url = https://github.com/thunderbrewhq/mem.git [submodule "lib/system"] path = lib/system url = https://github.com/thunderbrewhq/system.git diff --git a/build.zig.zon b/build.zig.zon index 9a25327..080c2f4 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -8,9 +8,5 @@ .system = .{ .url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip", .hash = "1220d6a6e4e2f836c1c22eb128e6c74c773ea191bfbaac02601dcb5238c2b0874182", - }, - .mem = .{ - .url = "https://github.com/thunderbrewhq/mem/archive/refs/heads/master.zip", - .hash = "12205739d6afa86c264dde5ff94fdf7f14df68122054ce899934faf972d0b11d7ac5", - }, + } } }