Skip to content

Commit a3e256d

Browse files
committed
Cargo update
1 parent c46edd5 commit a3e256d

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

Cargo.lock

Lines changed: 4 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ asr = { git = "https://github.com/LiveSplit/asr", features = [
1414
# "float-vars-small", # Setting floating point variables (small binary size).
1515
# "integer-vars", # Setting integer variables.
1616
# "signature", # Scanning signatures.
17-
"wasi-no-std", # Support for no_std on WASI.
17+
# "wasi-no-std", # Support for no_std on WASI.
1818
# "unity", # Accessing games using the Unity engine.
1919
# "gba", # Accessing Game Boy Advance emulators.
2020
# "gcn", # Accessing GameCube emulators.

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async fn main() {
7272
static mut oldLevel: [u8; 8] = [0; 8];
7373

7474
static mut oldStart: u8 = 0;
75-
75+
7676
static mut fps: f32 = 0.0;
7777
static mut oldFps: f32 = 0.0;
7878

0 commit comments

Comments
 (0)