mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Release egui 0.13.1: Plot fixes
This commit is contained in:
@@ -7,6 +7,9 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
|
||||||
|
## 0.13.1 - 2021-06-28 - Plot fixes
|
||||||
|
|
||||||
### Added ⭐
|
### Added ⭐
|
||||||
* Plot: you can now set the stroke of a `HLine/VLine`.
|
* Plot: you can now set the stroke of a `HLine/VLine`.
|
||||||
|
|
||||||
@@ -14,7 +17,6 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
|
|||||||
* `Plot::new` now takes an `id_source: impl Hash` instead of a `name: impl ToString`. Functionally it is the same.
|
* `Plot::new` now takes an `id_source: impl Hash` instead of a `name: impl ToString`. Functionally it is the same.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 0.13.0 - 2021-06-24 - Better panels, plots and new visual style
|
## 0.13.0 - 2021-06-24 - Better panels, plots and new visual style
|
||||||
|
|
||||||
### Added ⭐
|
### Added ⭐
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -776,7 +776,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui"
|
name = "egui"
|
||||||
version = "0.13.0"
|
version = "0.13.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"epaint",
|
"epaint",
|
||||||
"ron",
|
"ron",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "egui"
|
name = "egui"
|
||||||
version = "0.13.0"
|
version = "0.13.1"
|
||||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||||
description = "Simple, portable immediate mode GUI library for Rust"
|
description = "Simple, portable immediate mode GUI library for Rust"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
Reference in New Issue
Block a user