mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
while loop support, and native functions (including ffi!)
This commit is contained in:
10
ffi/build.gradle.kts
Normal file
10
ffi/build.gradle.kts
Normal file
@ -0,0 +1,10 @@
|
||||
plugins {
|
||||
id("gay.pizza.pork.module")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":evaluator"))
|
||||
|
||||
implementation(project(":common"))
|
||||
implementation("net.java.dev.jna:jna:5.13.0")
|
||||
}
|
Reference in New Issue
Block a user