cosmic-comp/src/backend
Ian Douglas Scott c0c7a26178 Move some trait bounds to definition of AsGlowRenderer
Everything implementing `AsGlowRenderer` implements `Renderer` and various
other traits, and by making `AsGlowRenderer` depend on these trait,
things requiring `AsGlowRenderer` can avoid listing those traits as
well.

Looks like implied trait bounds still won't work for the
`Self::TexutureId` and `Self::Error` requirements? So those are not
included here.
2026-03-18 01:34:33 +01:00
..
kms feat: add --no-xwayland argument for running without Xwayland 2026-03-09 12:17:13 -06:00
render Move some trait bounds to definition of AsGlowRenderer 2026-03-18 01:34:33 +01:00
mod.rs chore: format for Rust 2024 2025-10-22 23:55:11 +02:00
winit.rs feat: add --no-xwayland argument for running without Xwayland 2026-03-09 12:17:13 -06:00
x11.rs feat: add --no-xwayland argument for running without Xwayland 2026-03-09 12:17:13 -06:00