mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-08 04:41:51 +09:00
Light Calculation using JDK Incubator Vector
This commit is contained in:
@@ -4,6 +4,7 @@ module Terrarum {
|
||||
requires java.desktop;
|
||||
requires java.logging;
|
||||
requires jdk.unsupported; // sun.misc.Unsafe
|
||||
requires jdk.incubator.vector;
|
||||
|
||||
// kotlin
|
||||
requires kotlin.stdlib;
|
||||
|
||||
Reference in New Issue
Block a user