chore(build): remove mem dependency

This commit is contained in:
phaneron 2024-09-04 09:11:12 -04:00
parent 3ded785b5f
commit c5880338b4
2 changed files with 1 additions and 8 deletions

3
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "lib/mem"]
path = lib/mem
url = https://github.com/thunderbrewhq/mem.git
[submodule "lib/system"] [submodule "lib/system"]
path = lib/system path = lib/system
url = https://github.com/thunderbrewhq/system.git url = https://github.com/thunderbrewhq/system.git

View file

@ -8,9 +8,5 @@
.system = .{ .system = .{
.url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip", .url = "https://github.com/thunderbrewhq/system/archive/refs/heads/master.zip",
.hash = "1220d6a6e4e2f836c1c22eb128e6c74c773ea191bfbaac02601dcb5238c2b0874182", .hash = "1220d6a6e4e2f836c1c22eb128e6c74c773ea191bfbaac02601dcb5238c2b0874182",
}, }
.mem = .{
.url = "https://github.com/thunderbrewhq/mem/archive/refs/heads/master.zip",
.hash = "12205739d6afa86c264dde5ff94fdf7f14df68122054ce899934faf972d0b11d7ac5",
},
} } } }