libopus
Some checks failed
CI / checks (push) Failing after 3s

This commit is contained in:
Robin Appelman 2025-05-04 22:01:13 +02:00
commit e7b07da5c0
3 changed files with 3 additions and 2 deletions

View file

@ -15,4 +15,5 @@
"freetype-sys" = {build = ["freetype"];};
"alsa-sys" = {build = ["alsa-lib"];};
"wgpu" = {runtime = ["vulkan-loader"];};
"audiopus_sys" = {build = ["libopus"];};
}