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 /Cargo.lock | |
| parent | 5bbc9b819c4e0afabe4d73d80f29cfef023716cd (diff) | |
feat(engine): use Fira Mono as default font for dear imgui
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -503,6 +503,8 @@ version = "0.15.1" source = "git+https://github.com/Latias94/dear-imgui-rs?rev=cd2425b699e746852757e9290257bbf09129cfa7#cd2425b699e746852757e9290257bbf09129cfa7" dependencies = [ "cc", + "pkg-config", + "vcpkg", ] [[package]] @@ -2461,6 +2463,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] +name = "vcpkg" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" + +[[package]] name = "version_check" version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" |
