mirror of
https://github.com/encounter/egui_dock.git
synced 2026-07-10 03:18:37 -07:00
@@ -1,5 +1,10 @@
|
||||
# egui_dock changelog
|
||||
|
||||
## 0.4.2 - 2023-03-17
|
||||
|
||||
### Fixed
|
||||
- `TabViewer::clear_background` works again ([#110](https://github.com/Adanos020/egui_dock/pull/110))
|
||||
|
||||
## 0.4.1 - 2023-03-14
|
||||
|
||||
### Fixed
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
name = "egui_dock"
|
||||
description = "Docking support for `egui` - an immediate-mode GUI library for Rust"
|
||||
authors = ["lain-dono", "Adam Gąsior (Adanos020)"]
|
||||
version = "0.4.1"
|
||||
version = "0.4.2"
|
||||
edition = "2021"
|
||||
rust-version = "1.65"
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user