mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
feat: remove the default feature of csr
This commit is contained in:
parent
9817acdcfa
commit
cbe257e17d
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ leptos = { version = "0.6.0-rc1" }
|
||||||
leptos_meta = { version = "0.6.0-rc1" }
|
leptos_meta = { version = "0.6.0-rc1" }
|
||||||
leptos_router = { version = "0.6.0-rc1" }
|
leptos_router = { version = "0.6.0-rc1" }
|
||||||
leptos_devtools = { version = "0.0.1", optional = true}
|
leptos_devtools = { version = "0.0.1", optional = true}
|
||||||
thaw = { path = "../thaw", default-features = false }
|
thaw = { path = "../thaw" }
|
||||||
demo_markdown = { path = "../demo_markdown" }
|
demo_markdown = { path = "../demo_markdown" }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -28,7 +28,6 @@ cfg-if = "1.0.0"
|
||||||
chrono = "0.4.33"
|
chrono = "0.4.33"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["csr"]
|
|
||||||
csr = ["leptos/csr"]
|
csr = ["leptos/csr"]
|
||||||
ssr = ["leptos/ssr", "leptos_meta/ssr"]
|
ssr = ["leptos/ssr", "leptos_meta/ssr"]
|
||||||
hydrate = ["leptos/hydrate"]
|
hydrate = ["leptos/hydrate"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue