summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2023-02-12 19:31:29 +0100
committerEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2023-02-12 19:34:37 +0100
commit38849fe3816d24538e200c4dc62854e38cb47a09 (patch)
tree3c34de9d8c4e27dc592402d1546365721850ad3c
parentdf7e5bd57af2f6135e5a0183d56cc4f87f948de6 (diff)
Release eframe 0.21.2 - support --no-default-features0.21.2
-rw-r--r--Cargo.lock2
-rw-r--r--crates/eframe/CHANGELOG.md5
-rw-r--r--crates/eframe/Cargo.toml2
3 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4ada5e16..b7d282ef 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1218,7 +1218,7 @@ dependencies = [
[[package]]
name = "eframe"
-version = "0.21.1"
+version = "0.21.2"
dependencies = [
"bytemuck",
"dark-light",
diff --git a/crates/eframe/CHANGELOG.md b/crates/eframe/CHANGELOG.md
index 46e1ddd4..624f8e96 100644
--- a/crates/eframe/CHANGELOG.md
+++ b/crates/eframe/CHANGELOG.md
@@ -5,7 +5,10 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C
## Unreleased
-* Allow compiling with `--no-default-features` ([#2728](https://github.com/emilk/egui/pull/2728)).
+
+
+## 0.21.2 - 2023-02-12
+* Allow compiling `eframe` with `--no-default-features` ([#2728](https://github.com/emilk/egui/pull/2728)).
## 0.21.1 - 2023-02-12
diff --git a/crates/eframe/Cargo.toml b/crates/eframe/Cargo.toml
index c0b20ea6..07d14f63 100644
--- a/crates/eframe/Cargo.toml
+++ b/crates/eframe/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "eframe"
-version = "0.21.1"
+version = "0.21.2"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "egui framework - write GUI apps that compiles to web and/or natively"
edition = "2021"