Skip to content

Commit

Permalink
Port dioxus style parser
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Apr 30, 2023
1 parent 129e31a commit a3aa065
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ num-traits = { version = "0.2", default-features = false }
serde = { version = "1.0", optional = true, features = ["serde_derive"] }
slotmap = { version = "1.0.6", optional = true }
grid = { version = "0.9.0", optional = true }
lightningcss = { version = "1.0.0-alpha.40", optional = true }

[features]
default = ["std", "flexbox", "grid", "taffy_tree"]
default = ["std", "flexbox", "grid", "taffy_tree", "css"]
flexbox = []
grid = ["alloc", "dep:grid"]
css = ["dep:lightningcss"]
alloc = []
std = ["num-traits/std"]
serde = ["dep:serde"]
Expand Down
Loading

0 comments on commit a3aa065

Please sign in to comment.