Fix standalone compilation of iced_test subcrate
This commit is contained in:
parent
6ad39fe544
commit
b11ad9ff5e
5 changed files with 35 additions and 4 deletions
|
|
@ -76,7 +76,7 @@ where
|
|||
let mut renderer = {
|
||||
let backend = env::var("ICED_TEST_BACKEND").ok();
|
||||
|
||||
iced_runtime::futures::futures::executor::block_on(Renderer::new(
|
||||
crate::futures::futures::executor::block_on(Renderer::new(
|
||||
default_font,
|
||||
settings.default_text_size,
|
||||
backend.as_deref(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue