Skip to content

Commit

Permalink
Add stylesheet-support
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslueg committed Jul 26, 2024
1 parent b30ab0c commit 90a333f
Show file tree
Hide file tree
Showing 12 changed files with 1,419 additions and 531 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude = ["examples/*.jpeg", "examples/*.jpg", "examples/*.svg", "examples/*.ht

[dependencies]
syn = { version = "2.0", features = ["full", "parsing", "extra-traits"], default-features=false }
railroad = { version = "0.3.1" }
railroad = { version = "0.3.2", default-features=false }
proc-macro2 = { version = "1.0", default-features=false }

[dev-dependencies]
Expand All @@ -20,3 +20,4 @@ railroad_verification = "0.1"

[features]
visual-debug = ["railroad/visual-debug"]
resvg = ["railroad/resvg"]
185 changes: 95 additions & 90 deletions examples/nom4_method.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 90a333f

Please sign in to comment.