Skip to content

Commit 778a2b0

Browse files
committed
Initial taffy_stylo crate (flexbox only)
1 parent a76a81b commit 778a2b0

File tree

3 files changed

+414
-1
lines changed

3 files changed

+414
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ path = "benches/dummy_benchmark.rs"
7373
harness = false
7474

7575
[workspace]
76-
members = ["scripts/gentest", "scripts/format-fixtures", "scripts/import-yoga-tests", "benches"]
76+
members = ["scripts/gentest", "scripts/format-fixtures", "scripts/import-yoga-tests", "benches", "taffy_stylo"]

taffy_stylo/Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[package]
2+
name = "taffy_stylo"
3+
version = "0.0.1"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]
9+
taffy = { path = ".." }
10+
style = { git = "https://github.com/servo/stylo", rev = "86f1986", features = ["servo"] }
11+
servo_arc = { git = "https://github.com/servo/stylo", rev = "86f1986" }

0 commit comments

Comments
 (0)