2023-03-26 16:29:56 +00:00
|
|
|
[package]
|
|
|
|
name = "dioxus-tailwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
authors = []
|
|
|
|
edition = "2021"
|
|
|
|
description = "A tailwindcss example using Dioxus"
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
|
|
homepage = "https://dioxuslabs.com"
|
|
|
|
documentation = "https://dioxuslabs.com"
|
|
|
|
rust-version = "1.60.0"
|
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
dioxus = { path = "../../packages/dioxus" }
|
2024-01-08 22:54:02 +00:00
|
|
|
manganis = { workspace = true }
|
2023-03-26 16:29:56 +00:00
|
|
|
|
|
|
|
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
|
|
|
dioxus-desktop = { path = "../../packages/desktop" }
|
|
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
2023-12-07 00:56:35 +00:00
|
|
|
dioxus-web = { path = "../../packages/web" }
|