11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
|
plugins {
|
||
|
java
|
||
|
`java-library`
|
||
|
}
|
||
|
|
||
|
description = "A library to manage, store and draw sprites."
|
||
|
|
||
|
dependencies {
|
||
|
api(project(":plutoengine:plutoframebuffer"))
|
||
|
api(project(":plutoengine:plutoshader"))
|
||
|
}
|