chore: use std::syncLazyLock

Also migrates workspace members to Rust 2024.
This commit is contained in:
Vukašin Vojinović 2025-09-03 20:22:06 +02:00 committed by Michael Murphy
parent b72b15d719
commit ea349aca82
15 changed files with 64 additions and 71 deletions

View file

@ -1,4 +1,4 @@
use palette::{rgb::Rgba, Srgba};
use palette::{Srgba, rgb::Rgba};
use thiserror::Error;
use crate::Theme;