Skip to content

Commit

Permalink
Merge pull request #329 from Demonthos/lazy_tui
Browse files Browse the repository at this point in the history
Tui Lazy Attributes and Layout
  • Loading branch information
jkelleyrtp committed May 3, 2022
2 parents 1d42894 + 0b1e17c commit f7e67cb
Show file tree
Hide file tree
Showing 26 changed files with 5,548 additions and 1,569 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Expand Up @@ -28,6 +28,9 @@ dioxus-tui = { path = "./packages/tui", version = "^0.2.0", optional = true }

dioxus-liveview = { path = "./packages/liveview", optional = true }

dioxus-native-core = { path = "./packages/native-core", optional = true }
dioxus-native-core-macro = { path = "./packages/native-core-macro", optional = true }

# dioxus-mobile = { path = "./packages/mobile", version = "^0.2.0", optional = true }
# dioxus-rsx = { path = "./packages/rsx", optional = true }
# macro = ["dioxus-core-macro", "dioxus-rsx"]
Expand All @@ -45,6 +48,7 @@ ayatana = ["dioxus-desktop/ayatana"]
router = ["dioxus-router"]
tui = ["dioxus-tui"]
liveview = ["dioxus-liveview"]
native-core = ["dioxus-native-core", "dioxus-native-core-macro"]


[workspace]
Expand All @@ -61,6 +65,8 @@ members = [
"packages/fermi",
"packages/tui",
"packages/liveview",
"packages/native-core",
"packages/native-core-macro",
]

[dev-dependencies]
Expand Down

0 comments on commit f7e67cb

Please sign in to comment.