We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Audio
multimedia::audio
1 parent ecac805 commit 1fe3f93Copy full SHA for 1fe3f93
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "data2sound"
3
description = "A library to convert data to sound, and vice versa"
4
-version = "0.1.0"
+version = "0.1.1"
5
rust-version = "1.56.1"
6
edition = "2021"
7
authors = ["TheAwiteb <[email protected]>"]
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/data2sound"
10
license = "MIT"
11
readme = "README.md"
12
keywords = ["todo", "sdk"]
13
-categories = ["Audio"]
+categories = ["multimedia::audio"]
14
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16
0 commit comments