Fixed framework and moved window events to app

This commit is contained in:
lieght
2025-09-24 16:53:29 +02:00
parent 05e2b27330
commit e590941e2f
9 changed files with 54 additions and 141 deletions

View File

@@ -8,6 +8,14 @@
<properties>
<main-class>org.toop.Main</main-class>
</properties>
<dependencies>
<dependency>
<groupId>org.toop</groupId>
<artifactId>pism_framework</artifactId>
<version>0.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>