transparency
This commit is contained in:
parent
f452bb14c6
commit
0ff6a2dff8
9 changed files with 293 additions and 68 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -5,10 +5,19 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
cxx = "1.0.194"
|
||||
iced = "0.14.0"
|
||||
iced = { version = "0.14.0", default-features = false, features = ["wgpu", "wayland", "tokio"] }
|
||||
iced_layershell = "0.15.0"
|
||||
winit = { version = "0.30.12", features = ["wayland"] }
|
||||
|
||||
|
||||
[build-dependencies]
|
||||
cxx-build = "1.0"
|
||||
pkg-config = "0.3"
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
strip = "symbols"
|
||||
panic = "abort"
|
||||
debug = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue