-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (29 loc) · 750 Bytes
/
Cargo.toml
File metadata and controls
33 lines (29 loc) · 750 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
25
26
27
28
29
30
31
32
33
[package]
name = "soundproof"
version = "0.1.0"
edition = "2021"
[dependencies]
fundsp = "0.20"
sonogram = "0.7.1"
clap = { version = "4.5.16", features = ["derive"] }
signalsmith-stretch = "0.1.1"
rangemap = "1.5.1"
rand = "0.9.1"
nom = "8.0.0"
bevy = "0.16.1"
cpal = "0.16.0"
piet = "0.8.0"
read_input = "0.8.6"
minifb = "0.28.0"
piet-common = { version = "0.8.0", features = ["png"] }
bevy_procedural_audio = "0.5.0"
uuid = "1.18.1"
# cosmic-text = "0.13.2"
# Enable a small amount of optimization in the dev profile.
[profile.dev]
opt-level = 1
# Enable a large amount of optimization in the dev profile for dependencies.
[profile.dev.package."*"]
opt-level = 3
# [patch.crates-io]
# cosmic-text = { path = "./extra-deps/cosmic-text-0.13.2" }