Build fix?

This commit is contained in:
TÖRÖK Attila 2023-07-28 22:54:57 +02:00
parent 3a3dd653eb
commit 5182354b8b

View File

@ -8,8 +8,11 @@ use ruffle_core::backend::navigator::{
};
use ruffle_core::indexmap::IndexMap;
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 winit::event_loop::EventLoopProxy;