Merge pull request #455 from est31/asio-sys-release
Release asio-sys 0.2.0
This commit is contained in:
commit
7021c717a2
|
@ -21,7 +21,7 @@ ringbuf = "0.1.6"
|
|||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = { version = "0.3", features = ["audiosessiontypes", "audioclient", "coml2api", "combaseapi", "debug", "devpkey", "handleapi", "ksmedia", "mmdeviceapi", "objbase", "profileapi", "std", "synchapi", "winbase", "winuser"] }
|
||||
asio-sys = { version = "0.1", path = "asio-sys", optional = true }
|
||||
asio-sys = { version = "0.2", path = "asio-sys", optional = true }
|
||||
num-traits = { version = "0.2.6", optional = true }
|
||||
parking_lot = "0.9"
|
||||
lazy_static = "1.3"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[package]
|
||||
name = "asio-sys"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Tom Gowan <tomrgowan@gmail.com>"]
|
||||
description = "Low-level interface and binding generation for the steinberg ASIO SDK."
|
||||
repository = "https://github.com/tomaka/cpal"
|
||||
repository = "https://github.com/RustAudio/cpal/"
|
||||
documentation = "https://docs.rs/asio-sys"
|
||||
license = "Apache-2.0"
|
||||
keywords = ["audio", "sound", "asio", "steinberg"]
|
||||
|
|
Loading…
Reference in New Issue