Selaa lähdekoodia

remove unused router feature on simple static generation example

Evan Almloff 1 vuosi sitten
vanhempi
commit
591d6330e8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      packages/static-generation/examples/simple/Cargo.toml

+ 1 - 1
packages/static-generation/examples/simple/Cargo.toml

@@ -7,7 +7,7 @@ publish = false
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-dioxus = { workspace = true, features = ["static-generation", "router"] }
+dioxus = { workspace = true, features = ["static-generation"] }
 tracing-subscriber = "0.3.18"
 
 [features]