Commit c7fd61c
File tree
2 files changed
+2
-2
lines changed- binding
- src/VoicevoxCoreSharp.Core
2 files changed
+2
-2
lines changedSubmodule voicevox_core updated 18 files
- .github/workflows/check-release-target-tuples.yml+42
- .github/workflows/test.yml+18-6
- Cargo.lock+37
- Cargo.toml+1
- crates/voicevox_core/Cargo.toml+1
- crates/voicevox_core/src/lib.rs+82-1
- crates/voicevox_core/src/user_dict/mod.rs+3-1
- crates/voicevox_core/src/user_dict/word.rs+49-2
- crates/voicevox_core_c_api/src/helpers.rs+9-7
- crates/voicevox_core_java_api/lib/src/main/java/jp/hiroshiba/voicevoxcore/internal/Dll.java+5-1
- crates/voicevox_core_java_api/src/user_dict.rs+4-1
- crates/voicevox_core_python_api/python/voicevox_core/_rust/asyncio.pyi+3-9
- crates/voicevox_core_python_api/python/voicevox_core/_rust/blocking.pyi+2-6
- crates/voicevox_core_python_api/src/convert.rs+12-9
- crates/voicevox_core_python_api/src/lib.rs+23-23
- docs/ghpages/apis/index.html+4-2
- example/cpp/windows/README.md+2-2
- example/kotlin/app/src/main/kotlin/app/App.kt+4-3
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
0 commit comments