apply plugin: 'java-library'
description = ""
dependencies {
api project(":plutotexturing")
api project(":plutomesher")
}