Refactor AVFoundation to oxilangtag.

This commit is contained in:
Nolan Darilek 2022-12-02 12:52:08 -06:00
parent 915673eec6
commit 97fa370dec
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 unic_langid::LanguageIdentifier;
use oxylangtag::LanguageTag;
use crate::{Backend, BackendId, Error, Features, Gender, UtteranceId, Voice, CALLBACKS};