diff options
| author | HampusM <hampus@hampusmat.com> | 2026-08-04 15:50:16 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-08-04 15:50:16 +0200 |
| commit | 6d275bd299736b8d5539f41a709d628dec14c478 (patch) | |
| tree | 05343c57476e696b926639272ef391277e6e1226 /engine/Cargo.toml | |
| parent | 5bbc9b819c4e0afabe4d73d80f29cfef023716cd (diff) | |
feat(engine): use Fira Mono as default font for dear imgui
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index df29fd3..0c1f5c3 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -46,6 +46,7 @@ git = "https://github.com/Latias94/dear-imgui-rs" # This commit has a fix for linking with libstdc++ on non-msvc Windows targets. When a # release with this fix is available, it should be used instead rev = "cd2425b699e746852757e9290257bbf09129cfa7" +features = ["freetype"] [build-dependencies] build-rs = "0.3.4" |
