Compare commits

...

3 Commits

Author SHA1 Message Date
Jeff Carr fecbab8d69 clean go mod
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-14 20:13:34 -06:00
Pietro Gagliardi fea45b2d5b
Merge pull request #521 from kojix2/patch-1
Update Ruby bindings
2021-01-02 00:39:49 -05:00
kojix2 ab9fcbf6ee
Update Ruby bindings
(#519)
2020-12-30 01:02:42 +09:00
3 changed files with 11 additions and 1 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
all:
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy

View File

@ -166,7 +166,7 @@ Nim | [ui](https://github.com/nim-lang/ui)
Perl6 | [perl6-libui](https://github.com/Garland-g/perl6-libui)
PHP | [ui](https://github.com/krakjoe/ui)
Python | [pylibui](https://github.com/joaoventura/pylibui)
Ruby | [libui-ruby](https://github.com/jamescook/libui-ruby)
Ruby | [libui-ruby](https://github.com/jamescook/libui-ruby), [libui](https://github.com/kojix2/libui)
Rust | [libui-rs](https://github.com/rust-native-ui/libui-rs)
Scala | [scalaui](https://github.com/lolgab/scalaui)
Swift | [libui-swift](https://github.com/sclukey/libui-swift)

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module go.wit.com/dev/andlabs/libui
go 1.21.4