2022-04-16 12:18:23 -05:00
|
|
|
[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" }
|
2022-04-28 03:52:50 -05:00
|
|
|
windows = { version = "0.36.1", features = ["Win32_Graphics_Direct2D_Common"] }
|