diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -5,14 +5,14 @@ zg provides Unicode text processing for Zig projects. | |||
| 5 | The Unicode version supported by zg is 15.1.0. | 5 | The Unicode version supported by zg is 15.1.0. |
| 6 | 6 | ||
| 7 | ## Zig Version | 7 | ## Zig Version |
| 8 | The minimum Zig version required is 0.12.0-dev.3496+a2df84d0. | 8 | The minimum Zig version required is 0.13.0 stable. |
| 9 | 9 | ||
| 10 | ## Integrating zg into your Zig Project | 10 | ## Integrating zg into your Zig Project |
| 11 | You first need to add zg as a dependency in your `build.zig.zon` file. In your | 11 | You first need to add zg as a dependency in your `build.zig.zon` file. In your |
| 12 | Zig project's root directory, run: | 12 | Zig project's root directory, run: |
| 13 | 13 | ||
| 14 | ```plain | 14 | ```plain |
| 15 | zig fetch --save https://codeberg.org/dude_the_builder/zg/archive/v0.1.0.tar.gz | 15 | zig fetch --save https://codeberg.org/dude_the_builder/zg/archive/v0.13.0.tar.gz |
| 16 | ``` | 16 | ``` |
| 17 | 17 | ||
| 18 | Then instantiate the dependency in your `build.zig`: | 18 | Then instantiate the dependency in your `build.zig`: |