diff options
Diffstat (limited to 'audio/Cargo.toml')
| -rw-r--r-- | audio/Cargo.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/Cargo.toml b/audio/Cargo.toml new file mode 100644 index 0000000..58f18a2 --- /dev/null +++ b/audio/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "audio" +version.workspace = true +authors.workspace = true +edition.workspace = true +license.workspace = true +publish.workspace = true +rust-version.workspace = true + +[dependencies] +raylib.workspace = true + +[lints] +workspace = true + +[features] +default = [] +static = [] |