Skip to content

Commit

Permalink
Use prebuilt in more examples (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRodri authored Jan 11, 2025
1 parent f42a7f3 commit 35d9958
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/border/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ publish = false
edition = "2021"

[dependencies]
zng = { path = "../../crates/zng", features = ["view"] }
zng = { path = "../../crates/zng", features = ["view_prebuilt"] }
2 changes: 1 addition & 1 deletion examples/shortcut/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ publish = false
edition = "2021"

[dependencies]
zng = { path = "../../crates/zng", features = ["view"] }
zng = { path = "../../crates/zng", features = ["view_prebuilt"] }
tracing = "0.1"

0 comments on commit 35d9958

Please sign in to comment.