1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

egui_glium and eframe 0.13.1: fix http feature and docs

This commit is contained in:
Emil Ernerfeldt
2021-06-24 20:36:36 +02:00
parent 4f6dac27e6
commit ccecad88b1
5 changed files with 16 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -766,7 +766,7 @@ checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"
[[package]]
name = "eframe"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"egui",
"egui_glium",
@@ -807,7 +807,7 @@ dependencies = [
[[package]]
name = "egui_glium"
version = "0.13.0"
version = "0.13.1"
dependencies = [
"chrono",
"copypasta",