[Editor] Enable displaying map

This commit is contained in:
2021-02-02 22:06:32 +01:00
parent 73d0d94553
commit f69823266b
15 changed files with 301 additions and 9 deletions

View File

@@ -34,4 +34,5 @@ compileTestKotlin {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib"
implementation "no.tornado:tornadofx:${tornadoFxVersion}"
implementation "org.joml:joml:${jomlVersion}"
}