Merge branch 'yusdacra/treeculler-update' into 'master'

change treeculler crate from git to published version

See merge request veloren/veloren!1269
This commit is contained in:
Imbris 2020-08-09 17:21:15 +00:00
commit 01ad81322d
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"