Rename iced_native to iced_runtime
This commit is contained in:
parent
8af69be47e
commit
99e0a71504
39 changed files with 87 additions and 97 deletions
|
|
@ -17,10 +17,6 @@ rustc-hash = "1.1"
|
|||
ouroboros = "0.15"
|
||||
kurbo = "0.9"
|
||||
|
||||
[dependencies.iced_native]
|
||||
version = "0.9"
|
||||
path = "../native"
|
||||
|
||||
[dependencies.iced_graphics]
|
||||
version = "0.7"
|
||||
path = "../graphics"
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ impl Pipeline {
|
|||
&self,
|
||||
content: &str,
|
||||
size: f32,
|
||||
font: iced_native::Font,
|
||||
font: Font,
|
||||
bounds: Size,
|
||||
point: Point,
|
||||
_nearest_only: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue