mirror of
https://github.com/ndarilek/tts-rs.git
synced 2024-11-17 13:29:37 +00:00
Enable 'exception' feature to hopefully catch and surface ObjC exceptions.
This commit is contained in:
parent
cdfb7ddb77
commit
00485d6cd8
|
@ -33,7 +33,7 @@ speech-dispatcher = "0.7"
|
|||
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
|
||||
cocoa-foundation = "0.1"
|
||||
libc = "0.2"
|
||||
objc = "0.2"
|
||||
objc = { version = "0.2", features = ["exception"] }
|
||||
|
||||
[target.wasm32-unknown-unknown.dependencies]
|
||||
wasm-bindgen = "0.2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user