Engine/settings.gradle
JeremyStarTM faf51f6c18
Add unfinished Vulkan subsystem
It will be for a very long time. Many say that OpenGL is easier to learn, so I'll go with that one first.
2024-06-11 23:09:19 +02:00

7 lines
133 B
Groovy

rootProject.name = 'sosengine'
include 'base'
include 'slf4j-compat'
include 'graphics'
include 'graphics:vulkan'
include 'testapp'