mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove lewton, fix filename issue
Former-commit-id: 067f3bfe8ea4f20741107689bf55b01d7580b983
This commit is contained in:
parent
6b0fc57ce3
commit
b0f26633d3
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -2623,7 +2623,6 @@ dependencies = [
|
||||
"guillotiere 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"image 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lewton 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"msgbox 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
@ -26,7 +26,6 @@ euc = "0.2"
|
||||
|
||||
# Audio
|
||||
rodio = "0.8"
|
||||
lewton = "0.9"
|
||||
|
||||
# ECS
|
||||
specs = "0.14"
|
||||
|
@ -62,7 +62,7 @@ impl AudioFrontend {
|
||||
pub fn maintain(&mut self) {
|
||||
let music = [
|
||||
"voxygen/audio/soundtrack/Ethereal_Bonds.ogg",
|
||||
"voxygen/audio/soundtrack/Field_Grazing.ogg",
|
||||
"voxygen/audio/soundtrack/Field_Grazing.mp3",
|
||||
"voxygen/audio/soundtrack/fiesta_del_pueblo.ogg",
|
||||
"voxygen/audio/soundtrack/library_theme_with_harpsichord.ogg",
|
||||
"voxygen/audio/soundtrack/Mineral_Deposits.ogg",
|
||||
|
Loading…
Reference in New Issue
Block a user