Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jujstme authored May 11, 2024
2 parents f4f02b0 + 5eb4619 commit 79b67b3
Show file tree
Hide file tree
Showing 5 changed files with 542 additions and 2 deletions.
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: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://raw.githubusercontent.com/LiveSplit/LiveSplit/master/LiveSplit/Resources/Icon.png" alt="LiveSplit" height="42" width="45" align="top"/> asr
# <img src="https://raw.githubusercontent.com/LiveSplit/LiveSplit/master/res/Icon.svg" alt="LiveSplit" height="42" width="45" align="top"/> asr


Helper crate to write auto splitters for LiveSplit One's auto splitting
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 79b67b3

Please sign in to comment.