in my anger, switch to maven

This commit is contained in:
tyler :3
2024-05-18 17:13:29 +01:00
parent c3a3bc017a
commit 06bf3d91a4
9 changed files with 54 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
module libremines {
requires javafx.controls;
requires javafx.fxml;
requires javafx.graphics;
opens com.shr4pnel.minesweeper to javafx.fxml, javafx.graphics;
}

View File

@@ -1,2 +0,0 @@
package com.shr4pnel.minesweeper;