Remove iced_native dependency from cached example

This commit is contained in:
Héctor Ramón Jiménez 2022-11-03 02:32:23 +01:00
parent 4f83500bb8
commit 1fb84ae5d3
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -7,5 +7,4 @@ publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }
iced_native = { path = "../../native" }
iced_lazy = { path = "../../lazy" }