|
@@ -12,6 +12,10 @@ license = { workspace = true }
|
|
|
edition = { workspace = true }
|
|
|
rust-version = { workspace = true }
|
|
|
|
|
|
+[package.metadata.docs.rs]
|
|
|
+rustc-args = [ "--cfg", "docsrs" ]
|
|
|
+rustdoc-args = [ "--cfg", "docsrs" ]
|
|
|
+
|
|
|
[dependencies]
|
|
|
wry = { version = "0.42", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
|
|
|
tao = { version = "0.29", default-features = false, features = [ "rwh_06" ] }
|