iced-template: filter source files

(to reduce rebuilds)
crane does something similar automatically
This commit is contained in:
electria 2026-08-22 17:48:32 -07:00
commit 459eac3fff
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -44,7 +44,11 @@
strictDeps = true;
__structuredAttrs = true;
src = ./.;
src = lib.sourceFilesBySuffices ./. [
"Cargo.toml"
"Cargo.lock"
".rs"
];
};
crate =