diff --git a/Readme.md b/Readme.md index ba5e87c..2778b78 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ An attempt at simple staged metaprogramming for C/C++. Reflect and generate code for your codebase at runtime! -![splash-cpp](./docs/assets/Code_-_Insiders_2024-12-15_23-01-22.gif) +![splash-cpp](./docs/assets/Code_-_Insiders_2024-12-15_23-04-07.gif) ![splash-c](./docs/assets/Code_-_Insiders_2024-12-15_22-57-58.gif) The library API is a composition of code element constructors, and a non-standards-compliant single-pass C/C++ parser. diff --git a/docs/assets/Code_-_Insiders_2024-12-15_23-01-22.gif b/docs/assets/Code_-_Insiders_2024-12-15_23-01-22.gif deleted file mode 100644 index 1b5e90c..0000000 Binary files a/docs/assets/Code_-_Insiders_2024-12-15_23-01-22.gif and /dev/null differ diff --git a/docs/assets/Code_-_Insiders_2024-12-15_23-04-07.gif b/docs/assets/Code_-_Insiders_2024-12-15_23-04-07.gif new file mode 100644 index 0000000..7c6bbfc Binary files /dev/null and b/docs/assets/Code_-_Insiders_2024-12-15_23-04-07.gif differ