Engine/settings.gradle

9 lines
159 B
Groovy
Raw Normal View History

2024-06-08 15:33:03 +02:00
rootProject.name = 'sosengine'
include 'base'
2024-06-11 20:01:34 +02:00
include 'slf4j-compat'
2024-06-11 23:08:03 +02:00
include 'graphics'
2024-06-11 23:09:27 +02:00
include 'graphics:opengl'
include 'graphics:vulkan'
2024-06-08 15:33:03 +02:00
include 'testapp'