lapce / floem

A native Rust UI library with fine-grained reactivity
https://lap.dev/floem/
MIT License
3.05k stars 133 forks source link

fix unused when no default features #645

Closed jrmoulton closed 4 weeks ago

jrmoulton commented 4 weeks ago

this import (use floem_renderer::Renderer in lib.rs) was previously only used by the floem editor, so when it wasn't enabled, there was an unused import warning.