Skip to content

Commit

Permalink
Switch Smithay back to git
Browse files Browse the repository at this point in the history
Release currently has an unfortunate merge that breaks IMEs.
  • Loading branch information
YaLTeR committed Jan 25, 2025
1 parent 852da57 commit 78697d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 3 additions & 5 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracy-client = { version = "0.18.0", default-features = false }

[workspace.dependencies.smithay]
version = "0.4.1"
# git = "https://github.com/Smithay/smithay.git"
# version = "0.4.1"
git = "https://github.com/Smithay/smithay.git"
# path = "../smithay"
default-features = false

[workspace.dependencies.smithay-drm-extras]
version = "0.1.0"
# git = "https://github.com/Smithay/smithay.git"
# version = "0.1.0"
git = "https://github.com/Smithay/smithay.git"
# path = "../smithay/smithay-drm-extras"

[package]
Expand Down

0 comments on commit 78697d1

Please sign in to comment.