Skip to content

Commit 5a09961

Browse files
ogoffarttronical
andauthored
Update internal/interpreter/api.rs
Co-authored-by: Simon Hausmann <[email protected]>
1 parent 762b63f commit 5a09961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/interpreter/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use i_slint_core::model::{Model, ModelRc};
1010
#[cfg(feature = "internal")]
1111
use i_slint_core::window::WindowInner;
1212
use i_slint_core::{PathData, SharedVector};
13-
use lyon_path::geom::euclid::approxeq::ApproxEq as _;
13+
use i_slint_core::graphics::euclid::approxeq::ApproxEq as _;
1414
use std::borrow::Cow;
1515
use std::collections::HashMap;
1616
use std::path::{Path, PathBuf};

0 commit comments

Comments
 (0)