* Add orbit cam to Tungsten * Add kotlin-math library * Flip mouse wheel event sign if coming from a physical wheel
6 lines
159 B
Groovy
6 lines
159 B
Groovy
include 'core', 'standalone', 'plugin', 'kotlin-math'
|
|
|
|
project(':kotlin-math').projectDir = new File('third_party/kotlin-math')
|
|
|
|
rootProject.name = 'tungsten'
|