tests working

This commit is contained in:
Anton-4 2021-09-25 18:38:04 +02:00
parent 69391b26d7
commit 4c2de0215a
58 changed files with 394 additions and 228 deletions

View file

@ -1,8 +1,7 @@
use serde::{Deserialize, Serialize};
use std::collections::HashMap;
use crate::colors::{self, RgbaTup, from_hsb};
use crate::colors::{self, from_hsb, RgbaTup};
#[derive(Hash, Eq, PartialEq, Copy, Clone, Debug, Deserialize, Serialize)]
pub enum HighlightStyle {