This repository has been archived on 2025-08-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
dawd3/d3r/build.gradle.kts
2022-11-18 18:13:03 +01:00

13 lines
286 B
Kotlin

plugins {
id("fr.stardustenterprises.rust.wrapper")
}
rust {
command.set("cargo")
cargoInstallTargets.set(true)
release.set(true)
// targets += target("x86_64-pc-windows-gnu", "dawd3_d3r.dll")
targets += target("x86_64-unknown-linux-gnu", "libdawd3_d3r.so")
}