diff --git a/Cargo.toml b/Cargo.toml index 30bc930..d94127c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,7 @@ web = ["dioxus/web"] dioxus = "0.5.*" dioxus-sdk = { version = "0.5.*", features = ["utils"] } dioxus-free-icons = { version = "0.8.*", features = ["ionicons", "font-awesome-solid", "material-design-icons-navigation"] } -# modx = "0.1" -modx = { git = "https://github.com/ASR-ASU/modx.git", branch = "asr/fix-props-visibility" } +modx = "0.1.2" # matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", branch = "main", default-features = false, features = ["js", "rustls-tls"] } matrix-sdk = { version = "0.7.*", default-features = false, features = ["js", "rustls-tls"] }