diff options
Diffstat (limited to 'native/Cargo.toml')
-rw-r--r-- | native/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml index a3134ef4..5de99b2e 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -23,3 +23,7 @@ path = "../core" version = "0.3" path = "../futures" features = ["thread-pool"] + +[dependencies.iced_style] +version = "0.3" +path = "../style" |