patriciogonzalezvivo / glslViewer

Console-based GLSL Sandbox for 2D/3D shaders
BSD 3-Clause "New" or "Revised" License
4.57k stars 352 forks source link

fixed http to https for lygia submodule dependency #343

Closed themoep closed 1 year ago

themoep commented 1 year ago

When initializing the submodules, a brief warning appears that the lygia dependency was redirected to https. This fixes the issue and fetches lygia directly for the https URL.

patriciogonzalezvivo commented 1 year ago

Thank you