Skip to content

Commit

Permalink
Update morphorm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
geom3trik committed Oct 20, 2023
1 parent f3864de commit a1751ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/vizia_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ accesskit = "0.11.0"
femtovg = "0.7.0"
image = { version = "0.24.6", default-features = false, features = ["png"] } # inherited from femtovg
# morphorm = {path = "../../../morphorm" }
morphorm = {git = "https://github.com/vizia/morphorm", rev = "af7cb4f0bcfff4e8920bbdf956261e5d50ebd609" }
morphorm = {git = "https://github.com/vizia/morphorm", rev = "752b4a26ddf31c0a4f32ec72447b6e6850d5a0f3" }
#morphorm = { path = "../../../morphorm", features = ["rounding"] }
bitflags = "2.1.0"
fnv = "1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion crates/vizia_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ rust-version = "1.60"
vizia_id = { path = "../vizia_id" }

# morphorm = {path = "../../../morphorm" }
morphorm = {git = "https://github.com/vizia/morphorm", rev = "af7cb4f0bcfff4e8920bbdf956261e5d50ebd609" }
morphorm = {git = "https://github.com/vizia/morphorm", rev = "752b4a26ddf31c0a4f32ec72447b6e6850d5a0f3" }
#morphorm = { path = "../../../morphorm", features = ["rounding"] }
2 changes: 1 addition & 1 deletion crates/vizia_style/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ cssparser = "0.29.6"
femtovg = "0.7.0"
selectors = { version = "0.23.0", path = "./selectors" }
# morphorm = {path = "../../../morphorm" }
morphorm = {git = "https://github.com/vizia/morphorm", rev = "af7cb4f0bcfff4e8920bbdf956261e5d50ebd609" }
morphorm = {git = "https://github.com/vizia/morphorm", rev = "752b4a26ddf31c0a4f32ec72447b6e6850d5a0f3" }
smallvec = "1.0"
bitflags = "2.1.0"
2 changes: 1 addition & 1 deletion crates/vizia_window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ rust-version = "1.60"
vizia_input = { path = "../vizia_input" }
vizia_style = { path = "../vizia_style" }
# morphorm = {path = "../../../morphorm" }
morphorm = {git = "https://github.com/vizia/morphorm", rev = "af7cb4f0bcfff4e8920bbdf956261e5d50ebd609" }
morphorm = {git = "https://github.com/vizia/morphorm", rev = "752b4a26ddf31c0a4f32ec72447b6e6850d5a0f3" }
accesskit = "0.11.0"
#morphorm = { path = "../../../morphorm", features = ["rounding"] }

0 comments on commit a1751ff

Please sign in to comment.