Add extension module

This commit is contained in:
Christopher Schnick
2021-12-02 14:28:55 +01:00
parent a4ec9126af
commit 08fc604678
10 changed files with 198 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
module io.xpipe.extension {
requires io.xpipe.core;
requires javafx.base;
exports io.xpipe.extension;
}