Skip to content

Commit 5549c27

Browse files
authored
switch to the git version of sdk directly (#108)
1 parent 1398113 commit 5549c27

File tree

3 files changed

+42
-88
lines changed

3 files changed

+42
-88
lines changed

Cargo.lock

Lines changed: 41 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ dioxus-primitives = { path = "primitives" }
88
dioxus = "=0.7.0-alpha.3"
99
tracing = { version = "0.1", features = ["std"] }
1010

11-
[patch.crates-io]
12-
dioxus-geolocation = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
13-
dioxus-notification = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
14-
dioxus-sdk = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
15-
dioxus_storage = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
16-
dioxus-sync = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
17-
dioxus-time = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
18-
dioxus-util = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
19-
dioxus-window = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
20-
2111
[profile]
2212

2313
[profile.wasm-dev]

primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/DioxusLabs/components"
1313

1414
[dependencies]
1515
dioxus.workspace = true
16-
dioxus-time = "=0.7.0-alpha.3"
16+
dioxus-time = { git = "https://github.com/ealmloff/dioxus-std", branch = "0.7" }
1717
tracing.workspace = true
1818

1919
[build-dependencies]

0 commit comments

Comments
 (0)