Add some missing re-exports from the platform module into the crate root
This commit is contained in:
parent
4cbbcbe316
commit
6245dd899c
|
@ -150,8 +150,8 @@ extern crate lazy_static;
|
||||||
extern crate stdweb;
|
extern crate stdweb;
|
||||||
|
|
||||||
pub use platform::{
|
pub use platform::{
|
||||||
ALL_HOSTS, Device, EventLoop, Host, HostId, StreamId, available_hosts,
|
ALL_HOSTS, Device, Devices, EventLoop, Host, HostId, SupportedInputFormats,
|
||||||
default_host, host_from_id,
|
SupportedOutputFormats, StreamId, available_hosts, default_host, host_from_id,
|
||||||
};
|
};
|
||||||
pub use samples_formats::{Sample, SampleFormat};
|
pub use samples_formats::{Sample, SampleFormat};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue