* Use the GitHub mirror of TheBrokenRail's GLES compatibility layer

* Add `assets/` to the gitignore.
This commit is contained in:
iProgramInCpp 2023-08-05 23:08:05 +03:00
parent 4b8791100c
commit c002b41ba6
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -381,3 +381,5 @@ FodyWeavers.xsd
/windows_vs/assetsO
/wasm
/assets/

2
.gitmodules vendored
View file

@ -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