调整子模块的可访问性。

This commit is contained in:
徐涛 2025-01-20 13:23:37 +08:00
parent 119436608a
commit 826e526ba2

View File

@ -6,9 +6,9 @@ use crate::{convert::map_hsl_to_srgb_hex, errors};
use super::SchemeExport; use super::SchemeExport;
pub mod baseline; mod baseline;
pub mod color_set; mod color_set;
pub mod swatch; mod swatch;
#[derive(Debug, Clone, Serialize)] #[derive(Debug, Clone, Serialize)]
pub struct MaterialDesign2Scheme { pub struct MaterialDesign2Scheme {