Skip to content

Commit

Permalink
Merge pull request #95 from Jujstme/unreal_engine
Browse files Browse the repository at this point in the history
Preliminary support for Unreal Engine
  • Loading branch information
CryZe authored Apr 1, 2024
2 parents 41a371a + 65cae83 commit 2d2b6d2
Show file tree
Hide file tree
Showing 4 changed files with 541 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ wasi-no-std = ["libm"]

# Game Engines
unity = ["signature", "asr-derive?/unity"]
unreal = ["signature"]

# Emulators
gba = ["flags", "signature"]
Expand Down
2 changes: 2 additions & 0 deletions src/game_engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
#[cfg(feature = "unity")]
pub mod unity;
#[cfg(feature = "unreal")]
pub mod unreal;
Loading

0 comments on commit 2d2b6d2

Please sign in to comment.