Browse Source

Update Cargo.toml (#1466)

Remove duplicate `dox` feature that resulted in build fail
Deep Patel 1 year ago
parent
commit
8b411b8c6d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/desktop/Cargo.toml

+ 0 - 1
packages/desktop/Cargo.toml

@@ -58,7 +58,6 @@ transparent = ["wry/transparent"]
 devtools = ["wry/devtools"]
 dox = ["wry/dox"]
 hot-reload = ["dioxus-hot-reload"]
-dox = ["wry/dox"]
 
 [package.metadata.docs.rs]
 default-features = false