mirror of
https://github.com/italicsjenga/muda.git
synced 2024-12-23 20:11:29 +11:00
19 lines
479 B
TOML
19 lines
479 B
TOML
[package]
|
|
name = "windows-common-controls-v6"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
muda = { path = "../../", features = ["common-controls-v6"] }
|
|
winit = "0.28"
|
|
image = "0.24"
|
|
|
|
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
|
|
version = "0.48"
|
|
features = ["Win32_UI_WindowsAndMessaging", "Win32_Foundation"]
|
|
|
|
[build-dependencies]
|
|
embed-resource = "1.6"
|