dioxus/packages
Benjamin Manns 972235bd6f
Fix doc tests by adding formatting to CLI README (#1706)
The README for cli gets included in lib.rs via `include_str!`. The code snippets then get assumed to be Rust, which fails if running `cargo test --doc`. This is not a huge problem, but was brought to my attention because Nix's `buildRustPackage` runs `cargo test` including doc tests (unlike what get run for this project on CI). This means I can't update the Nix package to 0.4.3 without changing the test flags (which I think I'll see about doing anyways, as that's how Dioxus runs CI).
2023-12-10 12:16:59 -06:00
..
autofmt fix formating 2023-11-02 13:59:46 -05:00
check Include README and Dioxus logo in package docs (#1536) 2023-10-10 10:52:48 -05:00
cli Fix doc tests by adding formatting to CLI README (#1706) 2023-12-10 12:16:59 -06:00
core Wasm target check before build (#1689) 2023-12-07 12:35:16 -06:00
core-macro fix clippy 2023-11-29 11:46:18 -06:00
desktop move gnu warning to build script 2023-12-07 07:10:53 -06:00
dioxus Include README and Dioxus logo in package docs (#1536) 2023-10-10 10:52:48 -05:00
dioxus-tui Wasm target check before build (#1689) 2023-12-07 12:35:16 -06:00
extension fix extension types 2023-11-02 13:17:21 -05:00
fermi Wasm target check before build (#1689) 2023-12-07 12:35:16 -06:00
fullstack fix disconnects that happen while a server function is being resolved 2023-12-07 08:29:14 -06:00
generational-box Merge pull request #1383 from ealmloff/debug-signals 2023-12-06 21:19:38 -08:00
hooks Merge pull request #1650 from ealmloff/effect-cleanup 2023-12-06 22:13:08 -08:00
hot-reload Merge pull request #1697 from ealmloff/hot-reload-temp-dir 2023-12-07 09:18:10 -08:00
html Add loading attribute to img element (#1699) 2023-12-07 16:13:50 -06:00
interpreter feat: initial_checked attribute for inputs (#1540) 2023-10-12 08:12:09 -05:00
liveview Include README and Dioxus logo in package docs (#1536) 2023-10-10 10:52:48 -05:00
mobile Include README and Dioxus logo in package docs (#1536) 2023-10-10 10:52:48 -05:00
native-core Merge branch 'DioxusLabs:master' into fix-native-core-leak 2023-12-07 06:27:00 -06:00
native-core-macro Include README and Dioxus logo in package docs (#1536) 2023-10-10 10:52:48 -05:00
rink Switch outdated tui crate for ratatui (#1671) 2023-11-28 16:54:17 -06:00
router Implement LiveView Router Integration (#1505) 2023-10-26 14:19:51 -05:00
router-macro Wasm target check before build (#1689) 2023-12-07 12:35:16 -06:00
rsx Wasm target check before build (#1689) 2023-12-07 12:35:16 -06:00
rsx-rosetta Include README and Dioxus logo in package docs (#1536) 2023-10-10 10:52:48 -05:00
server-macro Updated server_fn to 0.5.2 (#1620) 2023-11-08 08:33:41 -06:00
signals Merge pull request #1593 from ealmloff/signal-read-untracked 2023-12-07 11:12:14 -08:00
ssr add a noop evaluator to the ssr renderer 2023-11-05 08:32:39 -06:00
web Wasm target check before build (#1689) 2023-12-07 12:35:16 -06:00