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:
@@ -21,4 +21,9 @@ epi = { version = "0.6.0", path = "../epi", features = ["serde", "serde_json"] }
|
||||
glium = "0.29"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
ureq = { version = "1.5", optional = true }
|
||||
webbrowser = "0.5"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
http = ["ureq"]
|
||||
|
||||
Reference in New Issue
Block a user