diff options
| author | pml68 <contact@pml68.dev> | 2025-03-23 16:07:59 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-03-23 16:07:59 +0100 |
| commit | ea98cf602b5f0c1692d0dbcaea0c35060ed35391 (patch) | |
| tree | c4d333b276ba4e76b5ab0121f5908da104c9d101 /Cargo.toml | |
| parent | docs: update TODO.md (diff) | |
| download | iced-builder-ea98cf602b5f0c1692d0dbcaea0c35060ed35391.tar.gz | |
ci: add caching, use mold for linking
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,10 @@ categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.85.0" +[features] +default = [] +debug = ["iced/debug"] + [dependencies] iced.workspace = true iced_anim = { git = "https://github.com/pml68/iced_anim", features = ["derive"] } @@ -44,6 +48,10 @@ windows_exe_info = "0.4" [profile.dev] opt-level = 1 +[profile.ci] +inherits = "dev" +opt-level = 0 + [profile.dev.package."*"] opt-level = 3 |
