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 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251
|
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -166,4 +166,2 @@ version = "0.2.1"
[features]
-android-game-activity = ["android-activity/game-activity"]
-android-native-activity = ["android-activity/native-activity"]
default = [
@@ -178,3 +176,2 @@ rwh_04 = [
"dep:rwh_04",
- "ndk/rwh_04",
]
@@ -182,3 +179,2 @@ rwh_05 = [
"dep:rwh_05",
- "ndk/rwh_05",
]
@@ -186,3 +182,2 @@ rwh_06 = [
"dep:rwh_06",
- "ndk/rwh_06",
]
@@ -314,8 +309,2 @@ version = "0.4.2"
-[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.core-foundation]
-version = "0.9.3"
-
-[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.objc2]
-version = "0.5.2"
-
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dev-dependencies.softbuffer]
@@ -329,222 +318 @@ features = [
default-features = false
-
-[target.'cfg(target_family = "wasm")'.dependencies.js-sys]
-version = "0.3.70"
-
-[target.'cfg(target_family = "wasm")'.dependencies.pin-project]
-version = "1"
-
-[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen]
-version = "0.2.93"
-
-[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen-futures]
-version = "0.4.43"
-
-[target.'cfg(target_family = "wasm")'.dependencies.web-time]
-version = "1"
-
-[target.'cfg(target_family = "wasm")'.dependencies.web_sys]
-version = "0.3.70"
-features = [
- "AbortController",
- "AbortSignal",
- "Blob",
- "BlobPropertyBag",
- "console",
- "CssStyleDeclaration",
- "Document",
- "DomException",
- "DomRect",
- "DomRectReadOnly",
- "Element",
- "Event",
- "EventTarget",
- "FocusEvent",
- "HtmlCanvasElement",
- "HtmlElement",
- "HtmlImageElement",
- "ImageBitmap",
- "ImageBitmapOptions",
- "ImageBitmapRenderingContext",
- "ImageData",
- "IntersectionObserver",
- "IntersectionObserverEntry",
- "KeyboardEvent",
- "MediaQueryList",
- "MessageChannel",
- "MessagePort",
- "Navigator",
- "Node",
- "OrientationLockType",
- "OrientationType",
- "PageTransitionEvent",
- "Permissions",
- "PermissionState",
- "PermissionStatus",
- "PointerEvent",
- "PremultiplyAlpha",
- "ResizeObserver",
- "ResizeObserverBoxOptions",
- "ResizeObserverEntry",
- "ResizeObserverOptions",
- "ResizeObserverSize",
- "Screen",
- "ScreenOrientation",
- "Url",
- "VisibilityState",
- "WheelEvent",
- "Window",
- "Worker",
-]
-package = "web-sys"
-
-[target.'cfg(target_family = "wasm")'.dev-dependencies.console_error_panic_hook]
-version = "0.1"
-
-[target.'cfg(target_family = "wasm")'.dev-dependencies.tracing-web]
-version = "0.1"
-
-[target.'cfg(target_os = "android")'.dependencies.android-activity]
-version = "0.6.0"
-
-[target.'cfg(target_os = "android")'.dependencies.ndk]
-version = "0.9.0"
-default-features = false
-
-[target.'cfg(target_os = "ios")'.dependencies.objc2-foundation]
-version = "0.2.2"
-features = [
- "dispatch",
- "NSArray",
- "NSEnumerator",
- "NSGeometry",
- "NSObjCRuntime",
- "NSString",
- "NSProcessInfo",
- "NSThread",
- "NSSet",
-]
-
-[target.'cfg(target_os = "ios")'.dependencies.objc2-ui-kit]
-version = "0.2.2"
-features = [
- "UIApplication",
- "UIDevice",
- "UIEvent",
- "UIGeometry",
- "UIGestureRecognizer",
- "UITextInput",
- "UITextInputTraits",
- "UIOrientation",
- "UIPanGestureRecognizer",
- "UIPinchGestureRecognizer",
- "UIResponder",
- "UIRotationGestureRecognizer",
- "UIScreen",
- "UIScreenMode",
- "UITapGestureRecognizer",
- "UITouch",
- "UITraitCollection",
- "UIView",
- "UIViewController",
- "UIWindow",
-]
-
-[target.'cfg(target_os = "macos")'.dependencies.block2]
-version = "0.5.1"
-
-[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
-version = "0.23.1"
-
-[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
-version = "0.2.2"
-features = [
- "NSAppearance",
- "NSApplication",
- "NSBitmapImageRep",
- "NSButton",
- "NSColor",
- "NSControl",
- "NSCursor",
- "NSDragging",
- "NSEvent",
- "NSGraphics",
- "NSGraphicsContext",
- "NSImage",
- "NSImageRep",
- "NSMenu",
- "NSMenuItem",
- "NSOpenGLView",
- "NSPasteboard",
- "NSResponder",
- "NSRunningApplication",
- "NSScreen",
- "NSTextInputClient",
- "NSTextInputContext",
- "NSView",
- "NSWindow",
- "NSWindowScripting",
- "NSWindowTabGroup",
-]
-
-[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
-version = "0.2.2"
-features = [
- "block2",
- "dispatch",
- "NSArray",
- "NSAttributedString",
- "NSData",
- "NSDictionary",
- "NSDistributedNotificationCenter",
- "NSEnumerator",
- "NSKeyValueObserving",
- "NSNotification",
- "NSObjCRuntime",
- "NSPathUtilities",
- "NSProcessInfo",
- "NSRunLoop",
- "NSString",
- "NSThread",
- "NSValue",
-]
-
-[target.'cfg(target_os = "redox")'.dependencies.orbclient]
-version = "0.3.47"
-default-features = false
-
-[target.'cfg(target_os = "redox")'.dependencies.redox_syscall]
-version = "0.4.1"
-
-[target.'cfg(target_os = "windows")'.dependencies.unicode-segmentation]
-version = "1.7.1"
-
-[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
-version = "0.52.0"
-features = [
- "Win32_Devices_HumanInterfaceDevice",
- "Win32_Foundation",
- "Win32_Globalization",
- "Win32_Graphics_Dwm",
- "Win32_Graphics_Gdi",
- "Win32_Media",
- "Win32_System_Com_StructuredStorage",
- "Win32_System_Com",
- "Win32_System_LibraryLoader",
- "Win32_System_Ole",
- "Win32_Security",
- "Win32_System_SystemInformation",
- "Win32_System_SystemServices",
- "Win32_System_Threading",
- "Win32_System_WindowsProgramming",
- "Win32_UI_Accessibility",
- "Win32_UI_Controls",
- "Win32_UI_HiDpi",
- "Win32_UI_Input_Ime",
- "Win32_UI_Input_KeyboardAndMouse",
- "Win32_UI_Input_Pointer",
- "Win32_UI_Input_Touch",
- "Win32_UI_Shell",
- "Win32_UI_TextServices",
- "Win32_UI_WindowsAndMessaging",
-]
|