generated from emilk/eframe_template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
26 lines (22 loc) · 826 Bytes
/
Cargo.toml
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
[workspace]
members = ["theremotion", "theremotion-dsp", "theremotion-ui"]
resolver = "2"
[workspace.package]
version = "1.7.3"
authors = ["Pierre Lulé <[email protected]>"]
edition = "2021"
license = "GPL-3.0-or-later"
readme = "README.md"
repository = "https://github.com/plule/theremotion"
homepage = "https://plule.github.io/theremotion"
documentation = "https://plule.github.io/theremotion"
description = "Theremotion is a synthesizer inspired by the Theremin controlled by a Leap Motion"
# Generated code - prone to stack overflow on debug
[profile.dev.package.theremotion-ui]
opt-level = 3
# Generated code - high perf needed anyway
[profile.dev.package.theremotion-dsp]
opt-level = 3
[profile.dev.package.i-slint-renderer-skia]
# Workaround for https://github.com/slint-ui/slint/issues/3747
debug-assertions = false