Skip to content

Commit

Permalink
Rename feature to preview-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGVSV committed May 2, 2024
1 parent 57a9be4 commit a75f7be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.2.0"
edition = "2021"

[features]
default = ["render"]
render = ["dep:resvg", "dep:base64"]
default = ["preview-icons"]
preview-icons = ["dep:resvg", "dep:base64"]

[dependencies]
codegen = "0.1.3"
Expand Down

0 comments on commit a75f7be

Please sign in to comment.