Skip to content

Commit

Permalink
Fix fira sans embedding
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-tsurko committed Nov 4, 2024
1 parent dd8113b commit b23da03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ahash = "0.8.11"
async-channel = "2.3.1"
cpal = "0.15.3"
env_logger = "0.11"
iced = { version = "0.13.1", features = ["tokio", "wgpu"] }
iced = { version = "0.13.1", features = ["fira-sans", "tokio", "wgpu"] }
iced_aw = "0.11"
iced_fonts = { version = "0.1.1", features = ["nerd"] }
log = "0.4"
Expand Down

0 comments on commit b23da03

Please sign in to comment.