Explorar el Código

Remove the dioxus bin from the cli

Jonathan Kelley hace 1 año
padre
commit
d27af03e3f
Se han modificado 1 ficheros con 0 adiciones y 7 borrados
  1. 0 7
      packages/cli/Cargo.toml

+ 0 - 7
packages/cli/Cargo.toml

@@ -86,13 +86,6 @@ dioxus-core = { workspace = true, features = ["serialize"] }
 default = []
 plugin = ["mlua"]
 
-# install path dx and dioxus as the same command
-# so, they're not really aliases
-# eventually dx will defer to the right version of dioxus
-[[bin]]
-path = "src/main.rs"
-name = "dioxus"
-
 [[bin]]
 path = "src/main.rs"
 name = "dx"