abletk/abletk-common/Cargo.toml

14 lines
378 B
TOML
Executable File

[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.35.0", features = ["Win32_Graphics_Direct2D_Common"] }