Skip to content

Commit

Permalink
feat!: voicevox_vvmからVVMをダウンロードする (#928)
Browse files Browse the repository at this point in the history
ドキュメントには手を付けないままにしてある。

BREAKING-CHANGE: `models`のダウンロード元をvoicevox_vvmに。またディレクトリ構造はvoicevox_vvmに従う。
BREAKING-CHANGE: `models`のダウンロード先のディレクトリ名を"model"から"models"に。
Refs: #825
  • Loading branch information
qryxip authored Jan 23, 2025
1 parent 28cba0a commit 40f1e3b
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 22 deletions.
26 changes: 25 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ assert_cmd = "2.0.16"
async-fs = "2.1.2"
async-lock = "3.4.0"
async_zip = "=0.0.16"
base64 = "0.22.1"
bindgen = "0.69.4"
binstall-tar = "0.4.42"
blocking = "1.6.1"
Expand Down Expand Up @@ -73,9 +74,11 @@ rayon = "1.10.0"
ref-cast = "1.0.23"
regex = "1.11.0"
reqwest = { version = "0.11.27", default-features = false }
rprompt = "2.1.1"
rstest = "0.15.0"
rstest_reuse = "0.6.0"
scraper = "0.19.1"
semver = "1.0.14"
serde = "1.0.210"
serde_json = "1.0.128"
serde_with = "3.10.0"
Expand Down
4 changes: 4 additions & 0 deletions crates/downloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ path = "src/main.rs"

[dependencies]
anyhow.workspace = true
base64.workspace = true
binstall-tar.workspace = true
bytes.workspace = true
clap = { workspace = true, features = ["derive"] }
comrak.workspace = true
easy-ext.workspace = true
flate2.workspace = true
fs-err = { workspace = true, features = ["tokio"] }
futures-core.workspace = true
Expand All @@ -24,7 +26,9 @@ octocrab = { workspace = true, default-features = false, features = ["rustls-tls
parse-display.workspace = true
rayon.workspace = true
reqwest = { workspace = true, default-features = false, features = ["rustls-tls", "stream"] }
rprompt.workspace = true
scraper.workspace = true
semver.workspace = true
strum = { workspace = true, features = ["derive"] }
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread", "sync"] }
tracing.workspace = true
Expand Down
Loading

0 comments on commit 40f1e3b

Please sign in to comment.