diff --git a/shared/interfaces/Catcrafts.Shared-Content.cppm b/shared/interfaces/Catcrafts.Shared-Content.cppm index a570761..a1bf485 100644 --- a/shared/interfaces/Catcrafts.Shared-Content.cppm +++ b/shared/interfaces/Catcrafts.Shared-Content.cppm @@ -103,35 +103,35 @@ export const std::vector& Projects() { "Crafter.Graphics", "A C++ rendering engine: Vulkan with hardware ray tracing natively, WebGPU in the browser.", "https://forgejo.catcrafts.net/Catcrafts/Crafter.Graphics", - "C++ modules", + "C++", true, }, { "Crafter.Build", "A build system with no DSL: the build description is a C++ file, compiled and run.", "https://forgejo.catcrafts.net/Catcrafts/Crafter.Build", - "C++ modules", + "C++", true, }, { "Crafter.Network", "A QUIC and HTTP/3 stack; the same client code runs natively and in the browser.", "https://forgejo.catcrafts.net/Catcrafts/Crafter.Network", - "C++ modules", + "C++", false, }, { "catcrafts.net", "This website, C++ compiled to WebAssembly, server-rendered from the same renderers.", "https://forgejo.catcrafts.net/Catcrafts/catcrafts.net", - "C++ modules", + "C++", false, }, { "Crafter.Asset", "Texture and mesh pipeline to GPU-friendly formats, decoded on the GPU where possible.", "https://forgejo.catcrafts.net/Catcrafts/Crafter.Asset", - "C++ modules", + "C++", false, }, };