Elias Naur
17b5898dd3
go.mod: bump Go version to 1.14
...
Go 1.15 is out so let's bump the version to 1.14 to sidestep the annoying
webassembly syscall/js change from Go 1.13.
Go 1.13 (and warlier?) will still attempt to build, but when failing to
build a webassembly program the go tool will report the version mismatch.
Fixes gio#156
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2020-08-15 11:10:16 +02:00
Elias Naur
7f836fa627
go.*: update golang.org/x/image
...
For the font fix: https://go-review.googlesource.com/c/image/+/237900
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2020-06-18 14:38:15 +02:00
Aaron Bieber
ff6c798a28
app: Extend CI to build on OpenBSD now that golang.org/x/sys is updated.
...
I was able to get the Pipe2 syscall added for OpenBSD:
https://go.googlesource.com/sys/+/9fbb57f87de9ccfe3a99d4e3270ce8a926ebba4f
This also updates the dependencies to include the latest sys and gio.
I submitted a patch to the builder environment to include the xshare sets on
OpenBSD. Once that is in it will mean the "install_deps" block can be removed.
https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/9640
Here is a link to a successful build: https://builds.sr.ht/~qbit/job/143004
Signed-off-by: Aaron Bieber <aaron@bolddaemon.com >
2020-01-28 17:21:01 +01:00
Elias Naur
abb99eca5c
theme/material: add the material theme
...
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-10-12 14:36:25 +02:00
Elias Naur
22cd88df9f
all: rename the gioui.org/ui module to gioui.org
...
The "ui" is redundant and stutters.
Signed-off-by: Elias Naur <mail@eliasnaur.com >
2019-09-30 12:37:06 +02:00