[dependencies.async-std]
version = "1.13.0"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.tao]
version = "0.33.0"
[dev-dependencies.wry]
version = "0.51.2"
[[example]]
name = "main"
path = "examples/main.rs"
[features]
accelerator = []
default = []
webview = []
[lib]
name = "wcpopup"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["gui"]
description = "Context menu for Windows and Linux"
documentation = "https://docs.rs/wcpopup/"
edition = "2021"
exclude = ["/assets"]
keywords = ["context", "menu"]
license = "MIT"
name = "wcpopup"
readme = "README.md"
repository = "https://github.com/mrdkprj/wcpopup"
version = "0.7.1"
[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu"]
[profile.release]
codegen-units = 1
debug = 0
debug-assertions = false
incremental = false
lto = true
opt-level = "s"
overflow-checks = false
panic = "unwind"
rpath = false
strip = "none"
[target.'cfg(target_os = "linux")'.dependencies.gtk]
version = "0.18.0"
[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_Graphics_Gdi", "Win32_UI_Controls", "Win32_UI_Shell", "Win32_System", "Win32_System_LibraryLoader", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging", "Win32_Globalization", "Win32_System_Threading", "Win32_Graphics_Dwm", "UI_ViewManagement", "Win32_Graphics_Direct2D", "Win32_Graphics_Direct2D_Common", "Win32_System_Com", "Win32_Graphics_Dxgi_Common", "Win32_Graphics_DirectWrite", "Foundation_Numerics", "Win32_Graphics_Imaging"]
version = "0.61"
[target.'cfg(target_os = "windows")'.dependencies.windows-numerics]
version = "0.2.0"
[target.'cfg(target_os = "windows")'.dependencies.windows-version]
version = "0.1.1"