README.md (559B)
1 Idiomatic [zig] bindings for [fcft]. 2 3 ## Dependencies 4 5 - [zig] 0.14 6 - [fcft] 3.1.8 7 - [zig-pixman] 8 9 ## Usage 10 11 See the [example] repo. 12 13 ## Contributing 14 15 See [CONTRIBUTING.md] 16 17 ## Acknowledgement 18 19 Started as a fork of https://git.sr.ht/~andreafeletto/zig-fcft 20 21 ## License 22 23 zig-fcft is licensed under the [MIT] license. 24 25 [zig]: https://ziglang.org/download/ 26 [fcft]: https://codeberg.org/dnkl/fcft 27 [zig-pixman]: https://codeberg.org/ifreund/zig-pixman 28 [example]: https://git.sr.ht/~novakane/zig-fcft-example 29 [contributing.md]: CONTRIBUTING.md 30 [mit]: COPYING