Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 449 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 449 Bytes

Meditate Layout

Meditate Layout is a full Java port of Yoga Layout by Facebook


Usage

  1. Add the repository to your Gradle project
repositories {
    maven("https://raw.githubusercontent.com/OrionCraftMC/OrionMaven/main/")
}
  1. Add the dependency to your project
dependencies {
    implementation("io.github.orioncraftmc:meditate-layout:1.0.2")
}
  1. You're ready to go!