From 582095c4b7c5437f5a4fc9e0cebee289cff9ae47 Mon Sep 17 00:00:00 2001 From: johan0A <85748765+johan0A@users.noreply.github.com> Date: Tue, 18 Mar 2025 23:02:55 +0100 Subject: [PATCH] update readme or release --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3b1f7de..d8fc426 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,6 @@ ![Screenshot from 2025-01-07 17-05-01](https://github.com/user-attachments/assets/8f38e8bf-00aa-4e16-be96-b7a0d81f4313) -> [!IMPORTANT] -> Zig 0.14.0 or higher is required - -> [!NOTE] -> This project is currently in beta. - This repository contains Zig bindings for the [clay UI layout library](https://github.com/nicbarker/clay), as well as an example implementation of the [clay website](https://nicbarker.com/clay) in Zig. This README is abbreviated and applies to using clay in Zig specifically: If you haven't taken a look at the [full documentation for clay](https://github.com/nicbarker/clay/blob/main/README.md), it's recommended that you take a look there first to familiarise yourself with the general concepts. @@ -51,12 +45,14 @@ clay.UI()(.{ // function call for creating a scope }); ``` -## install +## installation: + +Compatible Zig Version: `0.14.0` 1. Add `zclay` to the dependency list in `build.zig.zon`: ```sh -zig fetch --save https://github.com/johan0A/clay-zig-bindings/archive/.tar.gz +zig fetch --save git+https://github.com/johan0A/clay-zig-bindings#v0.13 ``` 2. Config `build.zig`: