Skip to content

Commit

Permalink
remove cololr_names from lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyrosenbluth authored Dec 7, 2024
1 parent 372178d commit 3d4bd62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ mod alpha_runs;
mod blend_mode;
mod blitter;
mod color;
mod color_names;
mod edge;
mod edge_builder;
mod edge_clipper;
Expand All @@ -60,7 +59,6 @@ mod painter; // Keep it under `pixmap` for a better order in the docs.
pub use blend_mode::BlendMode;
pub use color::{Color, ColorSpace, ColorU8, PremultipliedColor, PremultipliedColorU8};
pub use color::{ALPHA_OPAQUE, ALPHA_TRANSPARENT, ALPHA_U8_OPAQUE, ALPHA_U8_TRANSPARENT};
pub use color_names::*;
pub use mask::{Mask, MaskType};
pub use painter::{FillRule, Paint};
pub use pixmap::{Pixmap, PixmapMut, PixmapRef, BYTES_PER_PIXEL};
Expand Down

0 comments on commit 3d4bd62

Please sign in to comment.