Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 589 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 589 Bytes

Library

Library description

Setup

Library is hosted at Maven Central, you can get it by adding the following dependencies:

// Core library
implementation("io.github.fourlastor.gdx:library:$libraryVersion")

GWT

Add the following to your GWT xml file:

<module rename-to="html">
  <inherits name="io.github.fourlastor.Library" />
</module>