From c002b41ba66779f99194a6eef8be6b95364a04ec Mon Sep 17 00:00:00 2001 From: iProgramInCpp Date: Sat, 5 Aug 2023 23:08:05 +0300 Subject: [PATCH] * Use the GitHub mirror of TheBrokenRail's GLES compatibility layer * Add `assets/` to the gitignore. --- .gitignore | 2 ++ .gitmodules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2664d8a..b5bf872 100644 --- a/.gitignore +++ b/.gitignore @@ -381,3 +381,5 @@ FodyWeavers.xsd /windows_vs/assetsO /wasm + +/assets/ diff --git a/.gitmodules b/.gitmodules index 874433e..d6a9dc1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,4 @@ url = https://github.com/gzuidhof/coi-serviceworker [submodule "thirdparty/gles-compatibility-layer"] path = thirdparty/gles-compatibility-layer - url = https://gitea.thebrokenrail.com/minecraft-pi-reborn/gles-compatibility-layer.git + url = https://github.com/TheBrokenRail/gles-compatibility-layer.git