11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
|
plugins {
|
||
|
java
|
||
|
`java-library`
|
||
|
}
|
||
|
|
||
|
description = "Automated shader loader and manager."
|
||
|
|
||
|
dependencies {
|
||
|
api(project(":plutoengine:plutotexture"))
|
||
|
api(project(":plutoengine:plutomesher"))
|
||
|
}
|