Ver código fonte

fix: drop target list to make docsrs build happy (#3329)

Jonathan Kelley 6 meses atrás
pai
commit
6a10fd8d78
1 arquivos alterados com 0 adições e 7 exclusões
  1. 0 7
      packages/dioxus/Cargo.toml

+ 0 - 7
packages/dioxus/Cargo.toml

@@ -91,10 +91,3 @@ features = [
     "liveview",
     "server"
 ]
-targets = [
-    "wasm32-unknown-unknown",
-    "aarch64-apple-darwin",
-    "x86_64-unknown-linux-gnu",
-    "x86_64-pc-windows-msvc",
-    "aarch64-linux-android",
-]