theme/material: add the material theme

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-10-11 11:50:51 +02:00
parent ff3fc7a24a
commit abb99eca5c
9 changed files with 537 additions and 15 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ module gioui.org
go 1.13
require (
golang.org/x/image v0.0.0-20190703141733-d6a02ce849c9
golang.org/x/exp v0.0.0-20191002040644-a1355ae1e2c3
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
)