-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (22 loc) · 716 Bytes
/
Cargo.toml
File metadata and controls
24 lines (22 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "EmaPNGTuberV4"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytemuck = "1"
gl33 = "0.2.1"
cpal = { "version" = "0.15.2" }
ultraviolet = { version = "0.9", features = [ "f64", "int" ] }
png = "0.17.11"
sdl2 = { version = "0.36.0", features = [ "ttf", "unsafe_textures", "image", "raw-window-handle" ] }
sdl2-sys = { version = "0.36.0" }
imgui = "0.11.0"
mint = "0.5.9"
rfd = "0.13.0"
winsafe = { version = "0.0.19", features = [ "kernel", "user" ] }
raw-window-handle = "0.5.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9"
close-file = "0.1.0"
#pitch-detection = "0.3.0"