1
Fork 0
mirror of https://github.com/RGBCube/color.v synced 2025-07-31 09:57:47 +00:00

make Color public

This commit is contained in:
RGBCube 2022-11-18 20:34:51 +03:00
parent 91a01bdcbd
commit cb67c8f81e

View file

@ -1,6 +1,6 @@
module color
type Color = BasicColor | TrueColor
pub type Color = BasicColor | TrueColor
// I have no idea why these are needed