Obnoxious that I can't just push this directly to the mac and test for some reason...

This commit is contained in:
Nolan Darilek 2022-12-02 12:58:46 -06:00
parent 527b4cd61e
commit 359b1c8053
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ use lazy_static::lazy_static;
use log::{info, trace};
use objc::runtime::{Object, Sel};
use objc::{class, declare::ClassDecl, msg_send, sel, sel_impl};
use oxylangtag::LanguageTag;
use oxilangtag::LanguageTag;
use crate::{Backend, BackendId, Error, Features, Gender, UtteranceId, Voice, CALLBACKS};