소스 검색

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",
     "server"
 ]
-targets = [
-    "wasm32-unknown-unknown",
-    "aarch64-apple-darwin",
-    "x86_64-unknown-linux-gnu",
-    "x86_64-pc-windows-msvc",
-    "aarch64-linux-android",
-]