1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-11-23 06:49:38 +00:00
This commit is contained in:
Nolan Darilek 2020-08-13 11:12:25 -05:00
commit 4d980270be

View File

@ -8,6 +8,7 @@
* * WebAssembly * * WebAssembly
*/ */
#[cfg(target_os = "macos")]
use std::{boxed::Box, ffi::CStr}; use std::{boxed::Box, ffi::CStr};
#[cfg(target_os = "macos")] #[cfg(target_os = "macos")]