From ea98cf602b5f0c1692d0dbcaea0c35060ed35391 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 23 Mar 2025 16:07:59 +0100 Subject: ci: add caching, use mold for linking --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6110c21..8702fc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 -- cgit v1.2.3