Browse Source

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

Jonathan Kelley 6 months ago
parent
commit
6a10fd8d78
1 changed files with 0 additions and 7 deletions
  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",
-]