diff options
| author | Stefan Boberg <[email protected]> | 2025-10-25 13:13:24 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-25 13:13:24 +0200 |
| commit | e99599d026ceec3ff7832102ed7f157ad5c1a0e1 (patch) | |
| tree | e6e521d9d831142fdcbd577f0fba8a539979c368 /xmake.lua | |
| parent | Revert "zen-repo EASTL" (diff) | |
| download | zen-e99599d026ceec3ff7832102ed7f157ad5c1a0e1.tar.xz zen-e99599d026ceec3ff7832102ed7f157ad5c1a0e1.zip | |
add xrepo fmt
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,11 +5,11 @@ set_configvar("ZEN_SCHEMA_VERSION", 5) -- force state wipe after 0.2.31 causing add_repositories("zen-repo repo") add_requires("xxhash 0.8.2", {system = false}) +add_requires("fmt", {system = false}) add_requires( "vcpkg::curl", "vcpkg::eastl", - "vcpkg::fmt", "vcpkg::gsl-lite", "vcpkg::http-parser", "vcpkg::json11", |