[package] name = "abletk-common" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] raw-window-handle = "0.4.3" [target.'cfg(windows)'.dependencies] abletk-direct2d = { path = "../abletk-direct2d" } windows = { version = "0.36.1", features = ["Win32_Graphics_Direct2D_Common"] } [target.'cfg(target_os = "linux")'.dependencies] abletk-cairo = { path = "../abletk-cairo" }