diff --git a/Cargo.toml b/Cargo.toml index c6dea6f23fb0553a99b3697f9589e94224a31415..db9d0c6e8602a939463e75a034ff62040e2ecf1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "micro_musicbox" -version = "0.3.2" +version = "0.3.3" edition = "2021" license = "Apache-2.0" authors = ["Louis Capitanchik <louis@microhacks.co.uk>"] @@ -8,6 +8,8 @@ repository = "https://lab.lcr.gr/microhacks/micro-bevy-musicbox" documentation = "https://docs.rs/micro_musicbox" description = "Opinionated service interface for bevy_kira_audio" +exclude = ["assets"] + [features] default = [] serde = ["dep:serde"]