For some reason, it seems popular for GUI crates to use the GPU. I just want to make simple widgets, for like a calculator.

No fancy graphics. I want it quite lightweight.

For some reason, popular GUI crates love to do everything through a GPU, which bumps up the memory / cpu use significantly.

  • @hch12907
    link
    311 months ago

    8MB to 2.5MB is a huge drop. I wonder what caused the bloat - a crate?

    • @Lmaydev
      link
      711 months ago

      Most likely the GPU one

      • @hch12907
        link
        211 months ago

        Obviously.

        I mean the specific crate that caused the bloat.