mirror of
https://github.com/RGBCube/color.v
synced 2025-08-01 10:27:45 +00:00
make Color public
This commit is contained in:
parent
91a01bdcbd
commit
cb67c8f81e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
module color
|
||||
|
||||
type Color = BasicColor | TrueColor
|
||||
pub type Color = BasicColor | TrueColor
|
||||
|
||||
// I have no idea why these are needed
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue