Skip to content

Commit

Permalink
feat: enable "std" feature for taffy
Browse files Browse the repository at this point in the history
  • Loading branch information
frnsys committed Dec 4, 2024
1 parent 534d705 commit f56fda4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/iocraft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/ccbrown/iocraft"
[dependencies]
crossterm = { version = "0.28.1", features = ["event-stream"] }
futures = "0.3.30"
taffy = { version = "0.5.2", default-features = false, features = ["flexbox", "taffy_tree"] }
taffy = { version = "0.5.2", default-features = false, features = ["std", "flexbox", "taffy_tree"] }
iocraft-macros = { version = "0.1.7", path = "../iocraft-macros" }
bitflags = "2.6.0"
unicode-width = "0.1.13"
Expand Down

0 comments on commit f56fda4

Please sign in to comment.