From 276a1216014b2bd3622f64f4cc2750cd2f6c0ae4 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Sat, 28 Dec 2024 02:24:13 -0500 Subject: [PATCH] README: update demo.gif --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddde3a3a4..b504a75a3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!CAUTION] > Cabin is still under development and may contain a bunch of bugs. -![demo](https://vhs.charm.sh/vhs-5dQzA2VI3B0e4jTAC6RrME.gif) +![demo](https://vhs.charm.sh/vhs-3HAswUwVJgFus4HLOR1jwx.gif) Cabin is a package manager and build system for C++ users, inspired by Cargo for Rust. Cabin is designed as a structure-oriented build system, which means that as long as you follow Cabin's designated project structure, you almost do not need configurations, much less a language to build, unlike CMake. If you do not like writing a bunch of configurations to build your project, Cabin might be best suited. Currently, the supported project structure can be known by looking at this repository since Cabin can build itself.