Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rand = { version = "0.9.2", default-features = false }
wasm-bindgen = "0.2.108"
wasm-bindgen-futures = "0.4.54"
web-sys = "0.3.81"
critical-section = { version = "1.2", features = ["std"] }

[patch.crates-io]
# remove this after ratatui gets updated upstream
Expand Down
1 change: 1 addition & 0 deletions examples/animations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ ratzilla.workspace = true
tachyonfx.workspace = true
console_error_panic_hook.workspace = true
examples-shared.workspace = true
critical-section.workspace = true
1 change: 1 addition & 0 deletions examples/canvas_waves/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ console_error_panic_hook.workspace = true
tachyonfx.workspace = true
web-time.workspace = true
examples-shared.workspace = true
critical-section.workspace = true
1 change: 1 addition & 0 deletions examples/demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ ratzilla.workspace = true
tachyonfx.workspace = true
web-time.workspace = true
examples-shared.workspace = true
critical-section.workspace = true
# tui-big-text = "0.6.1"
1 change: 1 addition & 0 deletions examples/demo2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ strum = { version = "0.27.2", features = ["derive"] }
time = "0.3.44"
unicode-width = "0.2.0"
examples-shared.workspace = true
critical-section.workspace = true
1 change: 1 addition & 0 deletions examples/pong/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ publish = false
ratzilla.workspace = true
console_error_panic_hook.workspace = true
examples-shared.workspace = true
critical-section.workspace = true
1 change: 1 addition & 0 deletions examples/text_area/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ console_error_panic_hook.workspace = true
ratzilla.workspace = true
tui-textarea = { version = "0.7.0", default-features = false, features = ["ratatui"] }
examples-shared.workspace = true
critical-section.workspace = true
1 change: 1 addition & 0 deletions examples/user_input/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ publish = false
[dependencies]
ratzilla.workspace = true
examples-shared.workspace = true
critical-section.workspace = true
1 change: 1 addition & 0 deletions examples/website/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ ratzilla.workspace = true
tachyonfx.workspace = true
console_error_panic_hook.workspace = true
examples-shared.workspace = true
critical-section.workspace = true
Loading