Initial commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user