浏览代码

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

Jonathan Kelley 6 月之前
父节点
当前提交
6a10fd8d78
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      packages/dioxus/Cargo.toml

+ 0 - 7
packages/dioxus/Cargo.toml

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