mirror of
https://github.com/ruffle-rs/ruffle-android.git
synced 2025-02-18 12:57:40 +00:00
Build fix?
This commit is contained in:
parent
3a3dd653eb
commit
5182354b8b
@ -8,8 +8,11 @@ use ruffle_core::backend::navigator::{
|
|||||||
};
|
};
|
||||||
use ruffle_core::indexmap::IndexMap;
|
use ruffle_core::indexmap::IndexMap;
|
||||||
use ruffle_core::loader::Error;
|
use ruffle_core::loader::Error;
|
||||||
|
use ruffle_core::socket::{ConnectionState, SocketAction, SocketHandle};
|
||||||
|
|
||||||
|
use std::sync::mpsc::{Receiver, Sender};
|
||||||
|
use std::time::Duration;
|
||||||
|
|
||||||
use std::sync::mpsc::Sender;
|
|
||||||
use url::{ParseError, Url};
|
use url::{ParseError, Url};
|
||||||
|
|
||||||
use winit::event_loop::EventLoopProxy;
|
use winit::event_loop::EventLoopProxy;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user