plutoengine/engine-core/plutospritesheet/build.gradle.kts

10 lines
155 B
Plaintext
Raw Normal View History

plugins {
java
`java-library`
}
description = "A library to manage, store and draw sprites."
dependencies {
api(project(":plutoengine:plutorender"))
}