Skip to content

Commit

Permalink
Revert inclusion of P3 types in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Aug 17, 2024
1 parent 264df3e commit 068eccc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions palette/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,8 @@ pub use oklab::{Oklab, Oklaba};
pub use oklch::{Oklch, Oklcha};
#[doc(inline)]
pub use rgb::{
AdobeRgb, AdobeRgba, DciP3, DciP3Plus, DisplayP3, GammaSrgb, GammaSrgba, LinAdobeRgb,
LinAdobeRgba, LinDciP3, LinDciP3Plus, LinDisplayP3, LinRec2020, LinSrgb, LinSrgba, Rec2020,
Rec709, Srgb, Srgba,
AdobeRgb, AdobeRgba, GammaSrgb, GammaSrgba, LinAdobeRgb, LinAdobeRgba, LinRec2020, LinSrgb,
LinSrgba, Rec2020, Rec709, Srgb, Srgba,
};
#[doc(inline)]
pub use xyz::{Xyz, Xyza};
Expand Down

0 comments on commit 068eccc

Please sign in to comment.