Skip to content

Commit 0531978

Browse files
committedMar 20, 2025·
Update crate version
1 parent f3396e4 commit 0531978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "egui_dock"
33
description = "Docking system for egui - an immediate-mode GUI library for Rust"
44
authors = ["lain-dono", "Adam Gąsior (Adanos020)"]
5-
version = "0.16.0"
5+
version = "0.17.0"
66
edition = "2021"
77
rust-version = "1.81"
88
license = "MIT"

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add `egui` and `egui_dock` to your project's dependencies.
3333
```toml
3434
[dependencies]
3535
egui = "0.31"
36-
egui_dock = "0.16"
36+
egui_dock = "0.17"
3737
```
3838

3939
Then proceed by setting up `egui`, following its [quick start guide](https://github.com/emilk/egui#quick-start).

0 commit comments

Comments
 (0)
Please sign in to comment.