mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
commit
01ad81322d
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user