Skip to content

Commit 336a2f1

Browse files
committed
demo-app: Switch back to main branch of vizia
1 parent ef9729e commit 336a2f1

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

Cargo.lock

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo-app/Cargo.toml

+2-5
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,5 @@ default-features = false
3535
features = ["macros", "rt-multi-thread"]
3636

3737
[dependencies.vizia]
38-
#git = "https://github.com/vizia/vizia.git"
39-
#branch = "main"
40-
# See also: <https://github.com/vizia/vizia/pull/457>
41-
git = "https://github.com/uklotzde/vizia.git"
42-
branch = "accesskit-disable-default-features"
38+
git = "https://github.com/vizia/vizia.git"
39+
branch = "main"

0 commit comments

Comments
 (0)