fix cursor & allow widechars in password input
... | ... | @@ -14,7 +14,7 @@ exclude = ["assets/*"] |
[features] | ||
multicam = [] | ||
placeholder = [] | ||
password = [] | ||
password = ["unicode-segmentation"] | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
... | ... | @@ -37,6 +37,7 @@ cosmic-text = { version = "0.11.2" } |
crossbeam-channel = "0.5.8" | ||
image = "0.24.6" | ||
sys-locale = "0.3.0" | ||
unicode-segmentation = { optional = true } | ||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies] | ||
arboard = "3.2.0" | ||
... | ... |
Please register or sign in to comment