kayjaydee ad1379c267 feat(dist): shaded jar aggregator
Bundles core + ecs + binding into a single shaded JAR via
com.gradleup.shadow. Regular jar stays enabled so composite builds
in examples/ can consume project(":dist") directly.
2026-04-28 16:30:26 +02:00
2026-04-28 16:30:16 +02:00
2026-04-28 16:30:26 +02:00
2026-04-28 16:30:02 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
2026-04-28 16:29:46 +02:00
S
Description
Coroutines for Hytale's per-world ECS. Replaces the noisy CompletableFuture.runAsync { world.execute { store.getComponent(…) } } pattern with one suspending call.
MIT 130 KiB
Languages
Kotlin 100%