-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
20 lines (18 loc) · 902 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "chewingwl"
version = "0.1.0"
edition = "2021"
[dependencies]
iced = { git = "https://github.com/rano-oss/iced", branch = "input_method_and_virtual_keyboard", default-features = false, features = ["wayland", "debug", "wayland_input_method", "wayland_virtual_keyboard"] }
iced_style = { git = "https://github.com/rano-oss/iced", branch = "input_method_and_virtual_keyboard" }
iced_core = { git = "https://github.com/rano-oss/iced", branch = "input_method_and_virtual_keyboard" }
iced_renderer = { git = "https://github.com/rano-oss/iced", branch = "input_method_and_virtual_keyboard" }
iced_runtime = { git = "https://github.com/rano-oss/iced", branch = "input_method_and_virtual_keyboard" }
env_logger = "0.10"
chewing = { git = "https://github.com/chewing/libchewing.git" }
[profile.release]
lto = true
strip = true
opt-level = "s" #try also z
# panic = "abort"
# codegen-units = 1