Add some missing re-exports from the platform module into the crate root

This commit is contained in:
mitchmindtree 2019-07-05 19:10:53 +02:00
parent 4cbbcbe316
commit 6245dd899c
1 changed files with 2 additions and 2 deletions

View File

@ -150,8 +150,8 @@ extern crate lazy_static;
extern crate stdweb;
pub use platform::{
ALL_HOSTS, Device, EventLoop, Host, HostId, StreamId, available_hosts,
default_host, host_from_id,
ALL_HOSTS, Device, Devices, EventLoop, Host, HostId, SupportedInputFormats,
SupportedOutputFormats, StreamId, available_hosts, default_host, host_from_id,
};
pub use samples_formats::{Sample, SampleFormat};