- Track textures (not sure if this is done tbh) - Add lithium formatters and move TextureID, TextureFormat and TextureFilter to lithium - Only include gl-helper if any glDriver is included - Add Li::Rect for UV stuff - Add Li::Texture as Info holder (still thinking of making them to ptrs - Add Check if textures are still loaded on exit
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
[submodule "vendor/stb"]
|
|
path = vendor/stb
|
|
url = https://github.com/nothings/stb.git
|
|
[submodule "vendor/glfw"]
|
|
path = vendor/glfw
|
|
url = https://github.com/glfw/glfw.git
|
|
[submodule "vendor/libpicasso"]
|
|
path = vendor/libpicasso
|
|
url = https://github.com/tobid7/libpicasso
|