Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

mokurin000/petpet-rs-jni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

petpet-rs-jni

JNI Interface to petpet-rs

resources can be downloaded from here in 7z format.

Usage

  1. put this class to where you like.
  2. run javac -h path/to/the/code to generate function name. (in this example, it's Java_Petpet_GeneratePetpetToFile)
  3. change the function name in your fork.

CI will generate this library for x86_64-unknown-linux-gnu, x86_64-pc-windows-msvc, and x86_64-apple-darwin

You can add other targets manually in rust.yml

Releases

No releases published