mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Initial commit
This commit is contained in:
commit
9d2953693b
17 changed files with 1770 additions and 0 deletions
11
reqwest-jni/build.gradle.kts
Normal file
11
reqwest-jni/build.gradle.kts
Normal file
|
@ -0,0 +1,11 @@
|
|||
plugins {
|
||||
id("fr.stardustenterprises.rust.wrapper")
|
||||
}
|
||||
|
||||
rust {
|
||||
release.set(true)
|
||||
command.set("cross")
|
||||
|
||||
targets += target("aarch64-unknown-linux-gnu", "libreqwest.so")
|
||||
targets += target("x86_64-unknown-linux-gnu", "libreqwest.so")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue