From bbea39b5746d57e831292705850a8b67adab01a7 Mon Sep 17 00:00:00 2001 From: lostydust <47502554+lostdusty@users.noreply.github.com> Date: Sun, 28 Apr 2024 09:52:51 -0300 Subject: [PATCH] feat: other projects --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a3c41bf..f440a1d 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,12 @@ Then run `go-winres make` on the root of this repository, it will create two .sy After that, building with `go build` will automatically embed these files on the Windows executable. +## Other projects +Check out too: +- [tobalt, cobalt in typescript](https://github.com/tskau/tobalt) +- [tcobalt, cobalt cli in rust](https://github.com/khyerdev/tcobalt) + + # About & Thanks - [cobalt](https://github.com/wukko/cobalt) made by [wukko](https://github.com/wukko) && [jj](https://github.com/dumbmoron), super cool people; - [argparse](https://github.com/akamensky/argparse), for handling args;