change treeculler crate from git to published version

This commit is contained in:
Yusuf Bera Ertan 2020-08-07 01:53:49 +03:00
parent fbac12d28f
commit af72c46c02
No known key found for this signature in database
GPG Key ID: 61807181F60EFCB2
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View File

@ -4416,7 +4416,8 @@ dependencies = [
[[package]]
name = "treeculler"
version = "0.1.0"
source = "git+https://gitlab.com/yusdacra/treeculler.git#efcf5283cf386117a7e654abdaa45ef664a08e42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa14b9f5cd7d513bab5accebe8f403df8b1ac22302cac549a6ac99c0a007c84a"
dependencies = [
"num-traits",
"vek",

View File

@ -59,7 +59,7 @@ directories-next = "1.0.1"
num = "0.2"
backtrace = "0.3.40"
rand = "0.7"
treeculler = { git = "https://gitlab.com/yusdacra/treeculler.git" }
treeculler = "0.1.0"
rodio = { version = "0.11", default-features = false, features = ["wav", "vorbis"] }
cpal = "0.11"
crossbeam = "=0.7.2"