diff --git a/Cargo.lock b/Cargo.lock index af6ded6b6ae43ea5b386e7c56dceef65c41d6013..56c2108d4055cb145d6739641c3b7e0dc0f79b7d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,7 +457,7 @@ dependencies = [ "gettext-rs 0.4.1 (git+https://github.com/danigm/gettext-rs?branch=no-gettext)", "gio 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "gspell 0.1.0 (git+https://gitlab.gnome.org/World/Rust/gspell-rs)", + "gspell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "gstreamer 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", "gstreamer-player 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", "gtk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -695,7 +695,7 @@ dependencies = [ [[package]] name = "gspell" version = "0.1.0" -source = "git+https://gitlab.gnome.org/World/Rust/gspell-rs#30ecf4f17c991fb7f5aa69ab57dd581b50077d1e" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "gdk 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "gdk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -704,7 +704,7 @@ dependencies = [ "glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gspell-sys 0.1.0 (git+https://gitlab.gnome.org/World/Rust/gspell-rs)", + "gspell-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "gtk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "gtk-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", @@ -713,7 +713,7 @@ dependencies = [ [[package]] name = "gspell-sys" version = "0.1.0" -source = "git+https://gitlab.gnome.org/World/Rust/gspell-rs#30ecf4f17c991fb7f5aa69ab57dd581b50077d1e" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2540,8 +2540,8 @@ dependencies = [ "checksum glib 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a333edf5b9f1411c246ef14e7881b087255f04c56dbef48c64a0cb039b4b340" "checksum glib-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3573351e846caed9f11207b275cd67bc07f0c2c94fb628e5d7c92ca056c7882d" "checksum gobject-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08475e4a08f27e6e2287005950114735ed61cec2cb8c1187682a5aec8c69b715" -"checksum gspell 0.1.0 (git+https://gitlab.gnome.org/World/Rust/gspell-rs)" = "" -"checksum gspell-sys 0.1.0 (git+https://gitlab.gnome.org/World/Rust/gspell-rs)" = "" +"checksum gspell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eb1549f01aede5bf1e3b007b042757cc8dcad68bae0e04db4ed4c12ca36ebd40" +"checksum gspell-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ed32adbf4038cbcef544ca89e83aa1fa4ca26a87fe66e5d30fac1a16c164c0" "checksum gstreamer 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fe29f74c4ae5ac7d2b82fd833ddf7d74672a5ecbfddcab460f84348ec95ba6ec" "checksum gstreamer-base 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "434513ab1a75e1a36c0f7b89912ab6be6e1fdb5a4a3a63e578e04b7221db6b06" "checksum gstreamer-base-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c18fe8a1719e030e046e63b3b1093ef57ed63e04a4ececcf5f76b63137c446b9" diff --git a/fractal-gtk/Cargo.toml b/fractal-gtk/Cargo.toml index 7a0ef95dbee4ef9afa563b09f0ce7fe1f6fcc94f..e893e74a1a4962f6d4b8607def82dd781976b2e1 100644 --- a/fractal-gtk/Cargo.toml +++ b/fractal-gtk/Cargo.toml @@ -11,6 +11,7 @@ comrak = "0.4.0" dirs = "1.0.4" failure = "0.1.3" fragile = "0.3.0" +gspell = "0.1.0" gdk = "0.9.0" gdk-pixbuf = "0.5.0" gdk-pixbuf-sys = "0.7.0" @@ -66,9 +67,6 @@ features = ["gettext-system"] version = "0.5.0" features = ["v3_22"] -[dependencies.gspell] -git = "https://gitlab.gnome.org/World/Rust/gspell-rs" - [dependencies.serde] version = "1.0.82" features = ["derive"]