Prepare Windows installer release

This commit is contained in:
lenn
2026-06-30 17:43:02 +08:00
parent 444c20f233
commit 1ed729f8da
8 changed files with 255 additions and 50 deletions

View File

@@ -1,9 +1,14 @@
[package]
name = "eskin-model-player"
version = "0.5.0"
version = "5.0.0"
edition = "2024"
authors = ["JOYSONQUIN"]
description = "Desktop pressure sensor visualization and playback application."
build = "build.rs"
[package.metadata.wix]
eula = false
[dependencies]
eframe = { version = "0.34.2", features = ["default", "wgpu", "__screenshot"] }
env_logger = { version = "0.11.10", features = ["auto-color", "humantime"] }
@@ -22,3 +27,8 @@ gltf = "1.4.1"
[build-dependencies]
anyhow = "1.0.102"
fs_extra = "1.3.0"
[[bin]]
name = "ESkinPlayer"
path = "src/main.rs"