Skip to content

Commit

Permalink
Initial taffy_stylo crate (flexbox only)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed May 14, 2024
1 parent a76a81b commit 778a2b0
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ path = "benches/dummy_benchmark.rs"
harness = false

[workspace]
members = ["scripts/gentest", "scripts/format-fixtures", "scripts/import-yoga-tests", "benches"]
members = ["scripts/gentest", "scripts/format-fixtures", "scripts/import-yoga-tests", "benches", "taffy_stylo"]
11 changes: 11 additions & 0 deletions taffy_stylo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "taffy_stylo"
version = "0.0.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
taffy = { path = ".." }
style = { git = "https://github.com/servo/stylo", rev = "86f1986", features = ["servo"] }
servo_arc = { git = "https://github.com/servo/stylo", rev = "86f1986" }
Loading

0 comments on commit 778a2b0

Please sign in to comment.