mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Release eframe 0.21.2 - support --no-default-features
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1218,7 +1218,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "eframe"
|
name = "eframe"
|
||||||
version = "0.21.1"
|
version = "0.21.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"dark-light",
|
"dark-light",
|
||||||
|
|||||||
@@ -5,7 +5,10 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C
|
|||||||
|
|
||||||
|
|
||||||
## Unreleased
|
## 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
|
## 0.21.1 - 2023-02-12
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "eframe"
|
name = "eframe"
|
||||||
version = "0.21.1"
|
version = "0.21.2"
|
||||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||||
description = "egui framework - write GUI apps that compiles to web and/or natively"
|
description = "egui framework - write GUI apps that compiles to web and/or natively"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
Reference in New Issue
Block a user