diff options
| author | pml68 <contact@pml68.dev> | 2025-06-26 12:16:52 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-26 12:16:52 +0200 |
| commit | 00c6cf80cb9c4587700078a062a6b32873b6f8ff (patch) | |
| tree | 9aad054c784b51d4a0bc97c928b89da7dbcab863 /Cargo.toml | |
| parent | feat: update for hot reloading support (diff) | |
| download | iced-builder-00c6cf80cb9c4587700078a062a6b32873b6f8ff.tar.gz | |
feat: extract `material_theme` into separate repo (`pml68/iced_material`)
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |
