1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-07-27 07:09:37 +00:00
Commit Graph

160 Commits

Author SHA1 Message Date
b31efe752d Bump version and windows dependency. 2024-07-06 18:33:51 -05:00
ae7bf7554c Bump version and windows dependency. 2024-07-03 10:46:43 -05:00
3bc16f0c6f Bump version and windows dependency. 2024-04-19 09:17:08 -05:00
3c8ae0ae42 Bump version. 2024-02-09 11:54:31 -06:00
3032fe0fb3
Merge pull request #51 from Enyium:patch-1
Added docs.rs link to `Cargo.toml`
2024-02-09 10:54:59 -06:00
b7b4e7dc85 Bump dependencies. 2024-02-09 10:37:55 -06:00
Enyium
12d8e1f532
Added docs.rs link to Cargo.toml 2023-12-05 12:28:47 +01:00
Marijn Suijten
2a81dc9b70 Drop ndk-glue dependency from the main crate
Commit d42d201 ("Update Android dependencies and example.") correctly
replaces `ndk-glue` with `ndk-context` as a more generic crate to hold on
to a global `JavaVM` and Android `jobject` `Context`, but didn't drop the
unused `ndk-glue` crate from the list of Android dependencies.  This
crate is only used in the example crate, and [shouldn't clobber
downstream crates].

Besides, `ndk-glue` has been deprecated for some time and should be
replaced by `android-activity` in the example in a followup PR.

[shouldn't clobber downstream crates]: https://github.com/emilk/egui/pull/3606/files#r1401313794
2023-11-22 00:12:48 +01:00
5c528f1d8e Bump version. 2023-09-09 12:44:17 -05:00
8dabcc99c4 Bump windows dependency. 2023-09-09 12:41:36 -05:00
b369fb5614 docs.rs is actually using speech-dispatcher 0.11 now. 2023-04-06 10:19:21 -05:00
e6e1cd49bf Attempt to fix docs.rs builds and bump version. 2023-04-05 11:27:49 -05:00
e2edc18e6e Bump dependency and version. 2023-04-03 10:08:03 -05:00
3eba940a22 Bump windows dependency and version. 2023-03-28 14:20:23 -05:00
bf8eb07866 Bump version. 2023-03-06 14:36:48 -06:00
f5be2b7657 Bump jni dependency. 2023-03-06 14:34:49 -06:00
69eebf2ffa Bump windows dependency. 2023-03-06 14:34:49 -06:00
2667d4e943 Bump version. 2022-12-02 13:06:02 -06:00
915673eec6 Bump dependency. 2022-12-02 12:38:50 -06:00
d547d84af0 Merge branch 'master' into oxilangtag 2022-11-22 14:16:08 -06:00
f6766ec633 Bump speech-dispatcher dependency and tweak docs.rs build configuration. 2022-11-22 14:15:40 -06:00
d42d20189a Update Android dependencies and example. 2022-11-22 10:44:18 -06:00
22ae0ef5a3 Refactor to oxilangtag for language codes, and bump Windows dependency. 2022-11-21 12:00:35 -06:00
eb1d13976a Bump version. 2022-10-19 09:58:45 -05:00
b4f48fa439 Bump dependency and version. 2022-10-03 16:59:33 -05:00
919bc4249a Bump dependency and version. 2022-09-21 16:38:09 -05:00
3c38c783b0 Support speech-dispatcher 0.11 and 0.10, dropping support for 0.9. 2022-09-07 12:33:33 -05:00
1eae827ed1 Add support for speech-dispatcher 0.10.2 and bump version. 2022-08-29 16:50:49 -05:00
f404e180e4 Bump version. 2022-07-22 10:13:32 -05:00
748f07138d Bump version and dependency. 2022-07-21 18:34:22 -05:00
b3d2b788f7 Bump version and dependency. 2022-06-30 18:15:42 -05:00
238d7e2cb3 Bump version. 2022-06-14 13:13:00 -05:00
323f129b7b #24: Don't use default features when building on docs.rs. 2022-06-13 10:22:39 -05:00
9b4ae761a0 Bump version and dependency. 2022-05-19 12:03:23 -05:00
40f682080d Bump version. 2022-05-09 08:48:07 -05:00
4283623723 Bump dependency. 2022-05-07 11:04:22 -05:00
da19d5f16c Restore. 2022-03-31 13:37:42 -05:00
822f770ab8 Finish making gender optional. 2022-03-31 13:25:08 -05:00
e699f7e5e5 Add voices support to web platform. 2022-03-31 10:39:39 -05:00
3f9e7c22db Restore default features. 2022-03-30 20:24:40 -05:00
b1f60811bf Add voice support to WinRT backend. 2022-03-30 20:13:27 -05:00
e56a0da2e5 WIP: Reorganize, and try to get working with Speech Dispatcher. 2022-03-30 12:07:59 -05:00
francois-caddet
88f4598ec6 Merge branch 'master' into feature/voices 2022-03-20 13:02:37 +01:00
acecb1f362 Bump windows dependency and crate version. 2022-03-18 08:47:06 -05:00
b435c89239 Bump version. 2022-03-10 14:14:47 -06:00
ef0a78c745 Bump speech-dispatcher, and support building with multiple versions. 2022-03-10 13:46:14 -06:00
90f7dae6a1 Bump windows dependency and version. 2022-03-07 10:31:37 -06:00
f310306508 Bump version. 2022-02-11 09:20:22 -06:00
9f8b670fe0 Bump dependency. 2022-02-11 09:17:46 -06:00
cd2216390c Bump dependency and version. 2022-02-05 09:48:52 -06:00