Skip to content

Commit 2185435

Browse files
committed
wip docs next
1 parent a762d6a commit 2185435

File tree

12 files changed

+267
-95
lines changed

12 files changed

+267
-95
lines changed

Cargo.lock

Lines changed: 94 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ keywords = ["crux", "crux_core", "cross-platform-ui", "ffi", "wasm"]
2020
rust-version = "1.80"
2121

2222
[workspace.dependencies]
23-
anyhow = "1.0.97"
23+
anyhow = "1.0.98"
2424
serde = "1.0.219"
2525

2626
[workspace.lints.rust]

crux_cli/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ path = "src/main.rs"
1515

1616
[dependencies]
1717
anyhow.workspace = true
18-
clap = { version = "4.5.35", features = ["derive"] }
1918
ascent = "0.8.0"
20-
console = "0.15.11"
21-
env_logger = "0.10.2"
22-
guppy = "0.17.4"
19+
camino = "1.1.9"
20+
cargo_metadata = "=0.15"
21+
clap = { version = "4.5.37", features = ["derive"] }
22+
convert_case = "0.8.0"
23+
env_logger = "0.11.8"
24+
guppy = "0.17.17"
2325
heck = "0.5.0"
24-
ignore = "0.4.23"
25-
iter_tools = "0.24.0"
26+
iter_tools = "0.29.0"
2627
lazy-regex = "3.4.1"
27-
libc = "0.2.171"
28-
log = "0.4.26"
28+
log = "0.4.27"
2929
ramhorns = "1.0.1"
3030
rustdoc-json = "0.9.5"
3131
rustdoc-types = "0.38.0"

crux_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ all-features = true
1919
[dependencies]
2020
anyhow.workspace = true
2121
bincode = "=1.3.3"
22-
crossbeam-channel = "0.5.14"
22+
crossbeam-channel = "0.5.15"
2323
crux_macros = { version = "0.6.0", path = "../crux_macros" }
2424
erased-serde = "0.4"
2525
futures = "0.3.31"

docs/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# Getting Started
88

99
1. [Shared core and types](./getting_started/core.md)
10+
1. [Shared core and types (next)](./getting_started/core_next.md)
1011
1. [iOS](./getting_started/iOS/index.md)
1112
1. [Swift and SwiftUI (XcodeGen)](./getting_started/iOS/with_xcodegen.md)
1213
1. [Swift and SwiftUI (manual)](./getting_started/iOS/manual.md)

0 commit comments

Comments
 (0)