-
-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy pathbundler.toml
More file actions
32 lines (23 loc) · 558 Bytes
/
bundler.toml
File metadata and controls
32 lines (23 loc) · 558 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
# This provides metadata for NIH-plug's `cargo xtask bundle <foo>` plugin
# bundler. This file's syntax is as follows:
#
# [package_name]
# name = "Human Readable Plugin Name" # defaults to <package_name>
[soft_vacuum]
name = "Soft Vacuum"
[buffr_glitch]
name = "Buffr Glitch"
[crisp]
name = "Crisp"
[crossover]
name = "Crossover"
[diopser]
name = "Diopser"
[loudness_war_winner]
name = "Loudness War Winner"
[puberty_simulator]
name = "Puberty Simulator"
[safety_limiter]
name = "Safety Limiter"
[spectral_compressor]
name = "Spectral Compressor"