Skip to content
Snippets Groups Projects
Verified Commit 86aeb159 authored by Louis's avatar Louis :fire:
Browse files

Exclude assets from cargo release

parent dbbcf534
No related branches found
No related tags found
No related merge requests found
[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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment