From 329532a2e08ca96910ac34c681cd250897cc0e03 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Sat, 24 Feb 2024 03:11:25 +0000 Subject: [PATCH] Include ogg in default features --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 099a75d..c6cd138 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ path = "examples/from-settings.rs" required-features = ["ogg", "settings"] [features] -default = ["settings"] +default = ["settings", "ogg"] serde = ["dep:serde"] mp3 = ["bevy_kira_audio/mp3"] flac = ["bevy_kira_audio/flac"] -- GitLab