Skip to content

Commit

Permalink
feat: Dioxus 0.4 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Aug 2, 2023
1 parent 5e5b9e8 commit 4842a78
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ wasm-testing = ["geolocation", "color_scheme", "utils", "i18n"]
desktop-testing = ["clipboard", "notifications", "geolocation", "utils", "i18n"]

[dependencies]
dioxus = { version = "0.3" }
dioxus = { version = "0.4" }
cfg-if = "1.0.0"

# utils
Expand Down
4 changes: 2 additions & 2 deletions examples/channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"

[dependencies]
dioxus-std = { path="../../", features = ["utils"] }
dioxus = "0.3"
dioxus-web = "0.3"
dioxus = "0.4"
dioxus-web = "0.4"

log = "0.4.6"

Expand Down
4 changes: 2 additions & 2 deletions examples/color_scheme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"

[dependencies]
dioxus-std = { path="../../", features = ["color_scheme"] }
dioxus = "0.3"
dioxus-web = "0.3"
dioxus = "0.4"
dioxus-web = "0.4"

log = "0.4.6"

Expand Down
6 changes: 3 additions & 3 deletions examples/geolocation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
dioxus-std = { path="../../", features = ["geolocation"] }
dioxus = "0.3"
dioxus-desktop = "0.3"
#dioxus-web = "0.3"
dioxus = "0.4"
dioxus-desktop = "0.4"
#dioxus-web = "0.4"
4 changes: 2 additions & 2 deletions examples/i18n/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ edition = "2021"

[dependencies]
dioxus-std = { path="../../", features = ["i18n"] }
dioxus = "0.3"
dioxus-web = "0.3"
dioxus = "0.4"
dioxus-web = "0.4"

log = "0.4.6"

Expand Down

0 comments on commit 4842a78

Please # to comment.