Skip to content

OrionCraftMC/meditate-layout

Repository files navigation

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!