diff options
Diffstat (limited to 'pure/Cargo.toml')
-rw-r--r-- | pure/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pure/Cargo.toml b/pure/Cargo.toml new file mode 100644 index 00000000..bdfe43ae --- /dev/null +++ b/pure/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "iced_pure" +version = "0.1.0" +edition = "2021" + +[dependencies] +iced_native = { version = "0.4", path = "../native" } +iced_style = { version = "0.3", path = "../style" } |