summaryrefslogtreecommitdiff
path: root/audio/Cargo.toml
blob: 4bd92b2673f18479ec28a6bf2bed6d1f5c60255a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "audio"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
rust-version.workspace = true

[dependencies]
atomic.workspace = true
bytemuck.workspace = true
raylib.workspace = true

[lints]
workspace = true

[features]
default = []
static = []