muda/examples/windows-common-controls-v6/Cargo.toml

19 lines
479 B
TOML
Raw Normal View History

2023-06-20 04:58:45 +10:00
[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"