Equator Utils is Deprecated as Equator Goes into Version 2.0+
Equator Utils is the sub-library of Equator. This library provides a set of utilities, not only can be used in rendering but also in other common environments.
The easiest way of implementing this library is to use JitPack.
Add the content below to your build.gradle:
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation "com.github.KrLite:Equator-Utils:v{x}"
}The
v{x}above should be replaced by the latestJitpack versionof Equator Utils.