- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 4.2k
 
Closed
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or change
Milestone
Description
Currently, bevy_color uses color conversion functions contained in bevy_render. This means that bevy_color depends on bevy_render. This dependency should be the other way around - bevy_color should be a lower-level dependency of bevy_render.
To fix this, a number of modules will need to be moved:
- The 
colorspacemodule in bevy_render should be moved tobevy_color. - The 
Fromimpls that convert between the old legacy color type to the new color types should be moved tobevy_render. 
Metadata
Metadata
Assignees
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-Code-QualityA section of code that is hard to understand or changeA section of code that is hard to understand or change