pork/ffi/build.gradle.kts
dependabot[bot] 89834faec9
build(deps): bump com.github.jnr:jffi in the gradle-updates group
---
updated-dependencies:
- dependency-name: com.github.jnr:jffi
  dependency-version: 1.3.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-03 10:19:09 +00:00

13 lines
256 B
Plaintext

plugins {
id("gay.pizza.pork.module")
}
dependencies {
api(project(":frontend"))
api(project(":evaluator"))
implementation(project(":common"))
implementation("com.github.jnr:jffi:1.3.13")
implementation("com.github.jnr:jffi:1.3.13:native")
}