Initial commit

This commit is contained in:
lenn
2026-05-17 17:34:34 +08:00
commit e0fbbd46a6
7 changed files with 5838 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "eskin-model-player"
version = "0.5.0"
edition = "2024"
[dependencies]
eframe = { version = "0.34.2", features = ["default", "wgpu", "__screenshot"] }
env_logger = { version = "0.11.10", features = ["auto-color", "humantime"] }
bytemuck = { version = "1", features = ["derive"] }
glam = "0.32.1"
image = { version = "0.25.10", features = ["png", "jpeg"] }
anyhow = "1.0.102"