[package] name = "typetest" description = "An offline keyboard typing test." repository = "https://github.com/Ace4896/typetest" version = "1.0.2" authors = ["Jon Pacheco "] edition = "2018" license = "MIT" [dependencies] typetest_core = { version = "1.0", path = "./core" } typetest_themes = { version = "1.0", path = "./themes" } [dependencies.iced] version = "0.3" default-features = false features = ["glow", "smol"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] iced_native = "0.4"