eframe 0.7.0

Egui Framework - write GUI apps that compiles to web and/or natively
docs.rs failed to build eframe-0.7.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: eframe-0.27.2

eframe - the Egui Framework crate

You write your application code for [epi] (implementing [epi::App]) and then use eframe to either compile and run it natively, or compile it as a web app.

To get started, look at https://github.com/emilk/egui_template.

eframe is implemented using egui_web and egui_glium.