-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* server plugin * add audio_server_plugin feature * bump version to 0.2.15
- Loading branch information
1 parent
412f4f1
commit db0f487
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "coreaudio-sys" | ||
version = "0.2.14" | ||
version = "0.2.15" | ||
authors = ["Mitchell Nordine <[email protected]>"] | ||
description = "Bindings for Apple's CoreAudio frameworks generated via rust-bindgen" | ||
license = "MIT" | ||
|
@@ -16,10 +16,11 @@ default-features = false | |
features = ["runtime"] | ||
|
||
[features] | ||
default = ["audio_toolbox", "audio_unit", "core_audio", "open_al", "core_midi"] | ||
default = ["audio_toolbox", "audio_unit", "core_audio", "audio_server_plugin", "open_al", "core_midi"] | ||
audio_toolbox = [] | ||
audio_unit = [] | ||
core_audio = [] | ||
audio_server_plugin = [] | ||
io_kit_audio = [] | ||
open_al = [] | ||
core_midi = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters