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:
@@ -6,6 +6,11 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
## Unreleased
|
||||
|
||||
|
||||
## 0.13.1 - 2021-06-24
|
||||
|
||||
* Fix `http` feature flag and docs
|
||||
|
||||
|
||||
## 0.13.0 - 2021-06-24
|
||||
|
||||
* Add `EguiGlium::is_quit_event` to replace `control_flow` arguemnt to `EguiGlium::on_event`.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui_glium"
|
||||
version = "0.13.0"
|
||||
version = "0.13.1"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "Bindings for using egui natively using the glium library"
|
||||
edition = "2018"
|
||||
@@ -48,7 +48,7 @@ default = ["default_fonts"]
|
||||
# If set, egui will use `include_bytes!` to bundle some fonts.
|
||||
# If you plan on specifying your own fonts you may disable this feature.
|
||||
default_fonts = ["egui/default_fonts"]
|
||||
http = ["ureq"]
|
||||
http = ["epi/http", "ureq"]
|
||||
persistence = [
|
||||
"directories-next",
|
||||
"egui/persistence",
|
||||
|
||||
Reference in New Issue
Block a user