Skip to content

Commit

Permalink
Do not include default egui features (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-Yom committed Jul 21, 2024
1 parent ba29e96 commit 5d98c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ version = "0.17.0"
repository = "https://github.com/lampsitter/egui_commonmark"

[workspace.dependencies]
egui_extras = "0.28"
egui = "0.28"
egui_extras = { version = "0.28", default-features = false }
egui = { version = "0.28", default-features = false }

egui_commonmark_backend = { version = "0.17.0", path = "egui_commonmark_backend", default-features = false }
egui_commonmark_macros = { version = "0.17.0", path = "egui_commonmark_macros", default-features = false }
Expand Down

0 comments on commit 5d98c18

Please sign in to comment.