lucasmerlin / hello_egui

A collection of useful crates for egui
https://lucasmerlin.github.io/hello_egui/
MIT License
272 stars 24 forks source link

Swap dependency from eframe to egui #3

Closed Oberdiah closed 1 year ago

Oberdiah commented 1 year ago

eframe is a constrictive dependency to have - a lot of projects use egui without eframe. Since this crate doesn't depend on any of the features in eframe, it makes sense to change it.

I've not tested these changes beyond ensuring they compile, though I see no reason why this should break anything.

lucasmerlin commented 1 year ago

Good catch, thanks for the PR!