Skip to content

Commit

Permalink
chore: use plot_charming everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaemon committed Sep 24, 2024
1 parent 9319801 commit c78843c
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 @@ -18,8 +18,8 @@ plot_charming = ["charming", "crossbeam"]
plot_plotters_static = ["plot_plotters", "plotters/ab_glyph"]
plot_plotters_dynamic = ["plot_plotters", "plotters/ttf"]

dev = ["memory_db", "console_client", "plot_plotters_dynamic"]
prod = ["mongo_db", "discord_client", "plot_plotters_static"]
dev = ["memory_db", "console_client", "plot_charming"]
prod = ["mongo_db", "discord_client", "plot_charming"]

default = ["dev"]

Expand Down

0 comments on commit c78843c

Please sign in to comment.