mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Add Custom Build Script
This commit is contained in:
parent
8f76678810
commit
093a254b5a
2 changed files with 8 additions and 0 deletions
|
|
@ -16,3 +16,6 @@ path = "Source/lib.rs"
|
|||
[dependencies]
|
||||
TribuFu = { path = "../DevKit" }
|
||||
jni = "0.19.0"
|
||||
|
||||
[build-dependencies]
|
||||
Engine-Build = { path = "../Engine/Source/Build" }
|
||||
|
|
|
|||
5
build.rs
Normal file
5
build.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// Copyright (c) TribuFu. All Rights Reserved.
|
||||
|
||||
fn main() {
|
||||
Engine_Build::Project();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue