summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-06-26 12:16:52 +0200
committerpml68 <contact@pml68.dev>2025-06-26 12:16:52 +0200
commit00c6cf80cb9c4587700078a062a6b32873b6f8ff (patch)
tree9aad054c784b51d4a0bc97c928b89da7dbcab863 /Cargo.toml
parentfeat: update for hot reloading support (diff)
downloadiced-builder-00c6cf80cb9c4587700078a062a6b32873b6f8ff.tar.gz
feat: extract `material_theme` into separate repo (`pml68/iced_material`)
Diffstat (limited to '')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 61733b6..8384b92 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ iced_anim.workspace = true
iced_custom_highlighter = { git = "https://github.com/pml68/iced_custom_highlighter", branch = "master" }
iced_drop = { git = "https://github.com/pml68/iced_drop", branch = "iced/personal" }
iced_dialog.workspace = true
-material_theme = { path = "crates/material_theme", features = ["animate", "serde", "dialog", "svg"] }
+iced_material = { path = "../iced_material", features = ["animate", "serde", "dialog", "svg"] }
serde.workspace = true
serde_json = "1.0.140"
toml.workspace = true
@@ -43,7 +43,7 @@ default-features = false
features = ["wgpu", "tiny-skia", "web-colors", "advanced", "tokio", "image", "svg", "lazy"]
[build-dependencies]
-iced_fontello = { path = "crates/iced_fontello" }
+iced_fontello = { path = "iced_fontello" }
[target.'cfg(target_os = "macos")'.dependencies]
xdg = "3.0.0"
@@ -76,8 +76,8 @@ name = "iced-builder"
path = "src/main.rs"
[workspace]
-members = ["crates/*"]
-default-members = [".", "crates/material_theme"]
+members = ["iced_fontello"]
+default-members = ["."]
[lints.rust]
missing_debug_implementations = "deny"