Update Alnilam

This commit is contained in:
GuilhermeWerner 2021-07-02 13:16:29 -03:00
parent ea07b6cb51
commit 6490d31825
2 changed files with 2 additions and 2 deletions

View file

@ -18,4 +18,4 @@ TribuFu = { path = "../DevKit" }
jni = "0.19.0"
[build-dependencies]
Alnilam-Build = { path = "../Engine/Source/Framework/Build" }
Alnilam-Build = { path = "../Engine/Source/Build" }

View file

@ -1,5 +1,5 @@
// Copyright (c) TribuFu. All Rights Reserved.
fn main() {
Alnilam_Build::Project();
Alnilam_Build::Other();
}