[package] name = "screenkey" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "an app to show keyboard input" repository = "https://github.com/BKSalman/zr-alshasha" keywords = ["keyboard", "input"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] iced = "0.4.2" iced_native = "0.5.1" image = "0.24.3" rdev = "0.5.1"