TutorialVault: complete Tauri v2 port with runtime fixes
Rename from TutorialDock to TutorialVault. Remove legacy Python app and scripts. Fix video playback, subtitles, metadata display, window state persistence, and auto-download of ffmpeg/ffprobe on first run. Bundle fonts via npm instead of runtime download.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[package]
|
||||
name = "tutorialdock"
|
||||
name = "tutorialvault"
|
||||
version = "0.1.0"
|
||||
description = "TutorialDock - Video Tutorial Library Manager"
|
||||
description = "TutorialVault - Video Tutorial Library Manager"
|
||||
authors = []
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
name = "tutorialdock_lib"
|
||||
name = "tutorialvault_lib"
|
||||
crate-type = ["lib", "cdylib", "staticlib"]
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user