boozook / playdate

Playdate Build Tools and API
https://mastodon.gamedev.place/@pd
MIT License
133 stars 8 forks source link

LCDColorExt should be const_trait #400

Open github-actions[bot] opened 1 month ago

github-actions[bot] commented 1 month ago

LCDColorExt should be const_trait https://github.com/boozook/playdate/blob/ea28ed41c07083271ac5dfac6a3b96c7d254ed78/api/color/src/lib.rs#L66

Source of this issue ```rust } // TODO: LCDColorExt should be const_trait #[deprecated = "Useless until const_trait is experimental and incomplete. Use LCDColorConst instead."] pub trait LCDColorExt { #![allow(non_snake_case)] fn White() -> Self; ```