Skip to content

Commit

Permalink
Finished multi-window support
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Dec 21, 2023
1 parent bb1a2cc commit 76a378c
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 84 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
and various types may or may no longer implmement `UnwindSafe`. The underlying
requirement for this has been removed from `appit`.

## Added

- `app::PendingApp` is a type that allows opening one or more windows before
running an application.
- `app::App` is a handle to a running application.
- `app::Window::app()` returns a handle to the application of the window.
- `WindowBehavior::open[_with]()` are new functions that allow opening a window
into a reference of an `App` or `PendingApp`.

## v0.6.1 (2023-12-19)

### Fixed
Expand Down
78 changes: 77 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ image = { version = "0.24.6", features = ["png"] }
# intentional = { path = "../intentional" }
# appit = { path = "../appit" }

# [patch."https://github.com/khonsulabs/appit"]
# appit = { path = "../appit" }

# [patch."https://github.com/khonsulabs/figures"]
# figures = { path = "../figures" }

Expand Down
Loading

0 comments on commit 76a378c

Please sign in to comment.