Skip to content
Snippets Groups Projects
Commit 2db42865 authored by Florian Blasius's avatar Florian Blasius
Browse files

Raqote update.

parent bbf2c574
No related branches found
Tags 0.6.0
No related merge requests found
......@@ -474,7 +474,7 @@ version = "0.1.0"
dependencies = [
"image 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)",
"orbtk-utils 0.1.0",
"raqote 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
"raqote 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
"rusttype 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"stdweb 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
]
......@@ -722,13 +722,13 @@ dependencies = [
[[package]]
name = "raqote"
version = "0.7.4"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"euclid 0.20.3 (registry+https://github.com/rust-lang/crates.io-index)",
"lyon_geom 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
"png 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sw-composite 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"sw-composite 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"typed-arena 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
......@@ -942,7 +942,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sw-composite"
version = "0.7.1"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
......@@ -1203,7 +1203,7 @@ dependencies = [
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
"checksum raqote 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d3d3afd3d9c950f5c17b244396d420899f56c09ec494e985c5acb9f17e8c513"
"checksum raqote 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "03ba207d0c548140f12785ed81e27210642e0c5a2af603d42b09c62a2e3214b6"
"checksum rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
"checksum rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
......@@ -1229,7 +1229,7 @@ dependencies = [
"checksum stdweb-derive 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
"checksum stdweb-internal-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
"checksum stdweb-internal-runtime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
"checksum sw-composite 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "26278512d0de15b0578a75cb45f98ab39dfee7877151e5cb0d08e4e29898f7d5"
"checksum sw-composite 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "50a36f1738c7e57fec506df8c94719b2210816ab9de4d3dadeb9efb6bc71f1d2"
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
"checksum syn 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0e7bedb3320d0f3035594b0b723c8a28d7d336a3eda3881db79e61d676fb644c"
......
......@@ -13,7 +13,7 @@ edition = "2018"
stdweb = "0.4.20"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
raqote = { version = "0.7.4", default-features = false}
raqote = { version = "0.7.5", default-features = false}
rusttype = "0.8.1"
image = "0.22.3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment