Skip to content

Commit

Permalink
fix: add missing fontdb feature flag (#169)
Browse files Browse the repository at this point in the history
This solves an issue with the NixOS build where fonts are required at
runtime for inlyne to start. With the `fontconfig` feature flag inlyne
will use font-config to determine a font.

Partially resolves #164
  • Loading branch information
AlphaKeks authored and CosmicHorrorDev committed Nov 19, 2023
1 parent 326c8a2 commit 4a33986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ pollster = "0.3.0"
smart-debug = "0.0.2"
syntect = "5.1.0"

# Required for WGPU to work properly with Vulkan
fontdb = { version = "0.13.1", features = ["fontconfig"] }

[dependencies.two-face]
version = "0.1.1"
default-features = false
Expand Down

0 comments on commit 4a33986

Please sign in to comment.