Skip to content

Commit

Permalink
Fix missing import for Android build (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerPlayer888 authored Feb 11, 2025
1 parent 47ace66 commit 5da31e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion n_player/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::runner::Runner;
use crate::runner::{Runner, RunnerMessage, RunnerSeek};
use bitcode::{Decode, Encode};
#[cfg(target_os = "android")]
use flume::{Receiver, RecvError, SendError, Sender, TryRecvError};
Expand Down

0 comments on commit 5da31e9

Please sign in to comment.