diff options
| author | pml68 <contact@pml68.dev> | 2025-06-25 01:07:20 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-25 01:07:20 +0200 |
| commit | 88f0b96572311a052708aadc54c1eb99be81c921 (patch) | |
| tree | 6f2607ceae0bf49247ef89534a56ade6fb7eb43e /.cargo/config.toml | |
| parent | refactor: simplify `material_theme::Theme`'s `Default` impl (diff) | |
| download | iced-builder-88f0b96572311a052708aadc54c1eb99be81c921.tar.gz | |
feat: update for hot reloading support
Diffstat (limited to '')
| -rw-r--r-- | .cargo/config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 80a170c..6950c4a 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,4 +1,5 @@ [alias] +dev = "hot --features iced/hot" lint = "clippy --no-deps -- -D warnings" lint-all = "clippy --no-deps -- -D clippy::pedantic" |
