Init Commit
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
29
Cargo.toml
Normal file
29
Cargo.toml
Normal file
@ -0,0 +1,29 @@
|
||||
[package]
|
||||
name = "glasgow_smile"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["allanger <allanger@badhouseplants.net>"]
|
||||
license = "GPL-3.0-or-later"
|
||||
homepage = "https://badhouseplants.net"
|
||||
description = "An ugly fuzz"
|
||||
|
||||
[workspace]
|
||||
members = ["xtask"]
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
# Remove the `assert_process_allocs` feature to allow allocations on the audio
|
||||
# thread in debug builds.
|
||||
nih_plug = { git = "https://github.com/robbert-vdh/nih-plug.git", features = ["assert_process_allocs"] }
|
||||
nih_plug_iced = { git = "https://github.com/robbert-vdh/nih-plug.git" }
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
strip = "symbols"
|
||||
|
||||
[profile.profiling]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
strip = "none"
|
Reference in New Issue
Block a user