feat: add basic renderer
This commit is contained in:
@@ -27,18 +27,17 @@ app {
|
||||
updates = aggressive
|
||||
|
||||
jvm {
|
||||
extract-native-libraries = true
|
||||
extract-native-libraries = false
|
||||
system-properties = {
|
||||
"org.lwjgl.librarypath" = <libpath>
|
||||
// "org.lwjgl.librarypath" = <libpath>
|
||||
"org.lwjgl.util.Debug" = true
|
||||
}
|
||||
// Required options because module is converted to jar (https://github.com/hydraulic-software/conveyor/issues/55)
|
||||
options += "--enable-native-access=ALL-UNNAMED"
|
||||
options += "--add-opens=javafx.graphics/javafx.scene=ALL-UNNAMED"
|
||||
modules = [javafx.base, javafx.controls, javafx.fxml]
|
||||
// options += "--enable-native-access=ALL-UNNAMED"
|
||||
// options += "--add-opens=javafx.graphics/javafx.scene=ALL-UNNAMED"
|
||||
// modules = [javafx.base, javafx.controls, javafx.fxml]
|
||||
}
|
||||
}
|
||||
|
||||
app.windows.console = true
|
||||
|
||||
conveyor.compatibility-level = 8
|
||||
|
||||
Reference in New Issue
Block a user