Global event bus unittests

This commit is contained in:
lieght
2025-09-10 21:52:55 +02:00
parent c8ab560626
commit 217a37976e
2 changed files with 121 additions and 0 deletions

View File

@@ -103,6 +103,12 @@
<artifactId>lwjgl-stb</artifactId>
<classifier>${lwjgl.natives}</classifier>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>RELEASE</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>