Skip to content

Update tao to version 0.36.0 - #5754

Open
reckel-jm wants to merge 1 commit into
DioxusLabs:mainfrom
reckel-jm:main
Open

Update tao to version 0.36.0#5754
reckel-jm wants to merge 1 commit into
DioxusLabs:mainfrom
reckel-jm:main

Conversation

@reckel-jm

Copy link
Copy Markdown

This PR updates tao to v0.36.0 which fixes some window decoration issues under Linux that have been discussed in this repository before as well, especially in #4528 and #4957.

I also run cargo update, so the Cargo.lock has been updated, too.

Copilot AI lite review requested due to automatic review settings August 12, 2026 10:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the workspace’s tao dependency to v0.36.0 (and refreshes Cargo.lock) to pick up upstream fixes, including Linux window decoration behavior relevant to prior Linux titlebar/button issues discussed in the repo.

Changes:

  • Bump tao from 0.35.2 to 0.36.0 in workspace dependencies.
  • Update Cargo.lock to reflect the new resolved dependency graph (including updated tao-macros and additional transitive deps).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
Cargo.toml Updates the workspace-pinned tao version to 0.36.0.
Cargo.lock Updates lockfile to the new tao/transitive dependency resolution.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread Cargo.toml
# desktop
wry = { version = "0.55.1", default-features = false }
tao = { version = "0.35.2", features = ["rwh_05"] }
tao = { version = "0.36.0", features = ["rwh_05"] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants