mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 15:20:05 -04:00
Add http fetch to eframe and implement it in egui_glium using ureq
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
#![allow(clippy::single_match)]
|
||||
|
||||
mod backend;
|
||||
#[cfg(feature = "http")]
|
||||
pub mod http;
|
||||
mod painter;
|
||||
pub mod storage;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user