From 01f2aaa4069a25e4c00cad94f2aeedd8b6beafdb Mon Sep 17 00:00:00 2001 From: Masato Kikuchi Date: Fri, 28 Mar 2025 20:14:51 +0900 Subject: [PATCH] no voicevox --- Cargo.lock | 2 +- crates/sbv2_editor/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cba845e..cf397ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2313,7 +2313,7 @@ dependencies = [ ] [[package]] -name = "sbv2_voicevox" +name = "sbv2_editor" version = "0.2.0-alpha6" dependencies = [ "anyhow", diff --git a/crates/sbv2_editor/Cargo.toml b/crates/sbv2_editor/Cargo.toml index 6403e89..734109d 100644 --- a/crates/sbv2_editor/Cargo.toml +++ b/crates/sbv2_editor/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "sbv2_voicevox" +name = "sbv2_editor" version.workspace = true edition.workspace = true description.workspace = true