1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
|
diff --git a/Cargo.toml b/Cargo.toml
index 54074f9..e0bfda1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ repository = "https://github.com/PolyMeilex/rfd"
features = ["file-handle-inner"]
[features]
-common-controls-v6 = ["windows-sys/Win32_UI_Controls"]
+#common-controls-v6 = ["windows-sys/Win32_UI_Controls"]
default = [
"xdg-portal",
"wayland",
@@ -122,92 +122,92 @@ features = [
]
optional = true
-[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
-version = "0.3.46"
-
-[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
-version = "0.2.69"
-
-[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
-version = "0.4.19"
-
-[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
-version = "0.3.46"
-features = [
- "Document",
- "Element",
- "HtmlInputElement",
- "HtmlButtonElement",
- "HtmlAnchorElement",
- "Window",
- "Navigator",
- "UserActivation",
- "File",
- "FileList",
- "FileReader",
- "Blob",
- "BlobPropertyBag",
- "Url",
-]
-
-[target.'cfg(target_os = "macos")'.dependencies.block2]
-version = "0.6.0"
-
-[target.'cfg(target_os = "macos")'.dependencies.dispatch2]
-version = "0.3.0"
-
-[target.'cfg(target_os = "macos")'.dependencies.objc2]
-version = "0.6.0"
-
-[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
-version = "0.3.0"
-features = [
- "std",
- "block2",
- "NSAlert",
- "NSApplication",
- "NSButton",
- "NSControl",
- "NSOpenPanel",
- "NSPanel",
- "NSResponder",
- "NSRunningApplication",
- "NSSavePanel",
- "NSView",
- "NSWindow",
-]
-default-features = false
-
-[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
-version = "0.3.0"
-features = [
- "std",
- "CFBase",
- "CFDate",
- "CFString",
- "CFURL",
- "CFUserNotification",
-]
-default-features = false
-
-[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
-version = "0.3.0"
-features = [
- "std",
- "NSArray",
- "NSEnumerator",
- "NSString",
- "NSThread",
- "NSURL",
-]
-default-features = false
-
-[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
-version = "0.61"
-features = [
- "Win32_Foundation",
- "Win32_System_Com",
- "Win32_UI_Shell_Common",
- "Win32_UI_Shell",
- "Win32_UI_WindowsAndMessaging",
-]
+#[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
+#version = "0.3.46"
+#
+#[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
+#version = "0.2.69"
+#
+#[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
+#version = "0.4.19"
+#
+#[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
+#version = "0.3.46"
+#features = [
+# "Document",
+# "Element",
+# "HtmlInputElement",
+# "HtmlButtonElement",
+# "HtmlAnchorElement",
+# "Window",
+# "Navigator",
+# "UserActivation",
+# "File",
+# "FileList",
+# "FileReader",
+# "Blob",
+# "BlobPropertyBag",
+# "Url",
+#]
+#
+#[target.'cfg(target_os = "macos")'.dependencies.block2]
+#version = "0.6.0"
+#
+#[target.'cfg(target_os = "macos")'.dependencies.dispatch2]
+#version = "0.3.0"
+#
+#[target.'cfg(target_os = "macos")'.dependencies.objc2]
+#version = "0.6.0"
+#
+#[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
+#version = "0.3.0"
+#features = [
+# "std",
+# "block2",
+# "NSAlert",
+# "NSApplication",
+# "NSButton",
+# "NSControl",
+# "NSOpenPanel",
+# "NSPanel",
+# "NSResponder",
+# "NSRunningApplication",
+# "NSSavePanel",
+# "NSView",
+# "NSWindow",
+#]
+#default-features = false
+#
+#[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
+#version = "0.3.0"
+#features = [
+# "std",
+# "CFBase",
+# "CFDate",
+# "CFString",
+# "CFURL",
+# "CFUserNotification",
+#]
+#default-features = false
+#
+#[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
+#version = "0.3.0"
+#features = [
+# "std",
+# "NSArray",
+# "NSEnumerator",
+# "NSString",
+# "NSThread",
+# "NSURL",
+#]
+#default-features = false
+#
+#[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
+#version = "0.61"
+#features = [
+# "Win32_Foundation",
+# "Win32_System_Com",
+# "Win32_UI_Shell_Common",
+# "Win32_UI_Shell",
+# "Win32_UI_WindowsAndMessaging",
+#]
|