From 38849fe3816d24538e200c4dc62854e38cb47a09 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 12 Feb 2023 19:31:29 +0100 Subject: Release eframe 0.21.2 - support --no-default-features --- Cargo.lock | 2 +- crates/eframe/CHANGELOG.md | 5 ++++- crates/eframe/Cargo.toml | 2 +- 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 "] description = "egui framework - write GUI apps that compiles to web and/or natively" edition = "2021" -- cgit v1.2.3-70-g09d2