forked from StarOpenSource/Engine
JeremyStarTM
faf51f6c18
It will be for a very long time. Many say that OpenGL is easier to learn, so I'll go with that one first.
7 lines
133 B
Groovy
7 lines
133 B
Groovy
rootProject.name = 'sosengine'
|
|
|
|
include 'base'
|
|
include 'slf4j-compat'
|
|
include 'graphics'
|
|
include 'graphics:vulkan'
|
|
include 'testapp'
|