We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3396e4 commit 0531978Copy full SHA for 0531978
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "egui_dock"
3
description = "Docking system for egui - an immediate-mode GUI library for Rust"
4
authors = ["lain-dono", "Adam Gąsior (Adanos020)"]
5
-version = "0.16.0"
+version = "0.17.0"
6
edition = "2021"
7
rust-version = "1.81"
8
license = "MIT"
README.md
@@ -33,7 +33,7 @@ Add `egui` and `egui_dock` to your project's dependencies.
33
```toml
34
[dependencies]
35
egui = "0.31"
36
-egui_dock = "0.16"
+egui_dock = "0.17"
37
```
38
39
Then proceed by setting up `egui`, following its [quick start guide](https://github.com/emilk/egui#quick-start).
0 commit comments