From eeb63b8901a9c049f1bb594abb9ce9b4a9c47620 Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Mon, 11 Jan 2021 16:39:43 +0000 Subject: zlib -> libdeflate (#5085) + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite --- .gitmodules | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index e167fe6d5..9849b32df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,10 +55,6 @@ path = lib/tolua++ url = https://github.com/cuberite/toluapp.git ignore = dirty -[submodule "lib/zlib"] - path = lib/zlib - url = https://github.com/cuberite/zlib.git - ignore = dirty [submodule "lib/fmt"] path = lib/fmt url = https://github.com/fmtlib/fmt.git @@ -66,3 +62,6 @@ [submodule "Tools/BlockTypePaletteGenerator/lib/lunajson"] path = Tools/BlockTypePaletteGenerator/lib/lunajson url = https://github.com/grafi-tt/lunajson.git +[submodule "lib/libdeflate"] + path = lib/libdeflate + url = https://github.com/cuberite/libdeflate -- cgit v1.2.3