File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 7
7
* Renamed ` Window.Add ` to ` Window.With ` , taking drawer VarArgs and allows for chaining (#8 , #11 )
8
8
* ` Drawer ` interface has method ` Update(w *ecs.World) ` (#8 )
9
9
* All plots are ` Drawer ` instead of ` UISystem ` , and are added to a ` Window ` (#8 )
10
- * Upgrade to ` arche-model ` v0.0.4 (#9 , #10 )
11
10
* Fields of ` Bounds ` renamed from ` Width ` and ` Height ` to ` W ` and ` H ` (#15 )
11
+ * Upgrade to ` arche-model ` v0.0.5 (#16 )
12
12
13
13
### Features
14
14
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
6
6
github.com/faiface/pixel v0.10.0
7
7
github.com/mazznoer/colorgrad v0.9.1
8
8
github.com/mlange-42/arche v0.6.2
9
- github.com/mlange-42/arche-model v0.0.5-0.20230408195635-cfd1d354c088
9
+ github.com/mlange-42/arche-model v0.0.5
10
10
github.com/stretchr/testify v1.8.1
11
11
golang.org/x/image v0.5.0
12
12
gonum.org/v1/plot v0.12.0
Original file line number Diff line number Diff line change @@ -53,10 +53,8 @@ github.com/mazznoer/csscolorparser v0.1.2 h1:/UBHuQg792ePmGFzTQAC9u+XbFr7/HzP/Gj
53
53
github.com/mazznoer/csscolorparser v0.1.2 /go.mod h1:Aj22+L/rYN/Y6bj3bYqO3N6g1dtdHtGfQ32xZ5PJQic =
54
54
github.com/mlange-42/arche v0.6.2 h1:yYCZmtCV0ZYZS09byflWszaJvIBERnF+3BZ9L6OSYas =
55
55
github.com/mlange-42/arche v0.6.2 /go.mod h1:cgOiMHWCbNAb5L5mCihS2yzdk1Zll1IoBJL+3wVm0AM =
56
- github.com/mlange-42/arche-model v0.0.4 h1:gBPwwUBdlba6BCqgbvAAper7cldvTotYsR7tZ+tgDlQ =
57
- github.com/mlange-42/arche-model v0.0.4 /go.mod h1:ggUK65U4cbaCl1MYlsyPuM8SUnbL5vqqCsENvNvbvHQ =
58
- github.com/mlange-42/arche-model v0.0.5-0.20230408195635-cfd1d354c088 h1:IL1TQ6itVTfvmOpNKP4p4TqIGsv/Vk3EldkCX0VpRXg =
59
- github.com/mlange-42/arche-model v0.0.5-0.20230408195635-cfd1d354c088 /go.mod h1:ggUK65U4cbaCl1MYlsyPuM8SUnbL5vqqCsENvNvbvHQ =
56
+ github.com/mlange-42/arche-model v0.0.5 h1:QajbUsgIObWb0ywBZVTHNKH+DV/LzhqhNHxb0TulUkE =
57
+ github.com/mlange-42/arche-model v0.0.5 /go.mod h1:ggUK65U4cbaCl1MYlsyPuM8SUnbL5vqqCsENvNvbvHQ =
60
58
github.com/phpdave11/gofpdf v1.4.2 /go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY =
61
59
github.com/phpdave11/gofpdi v1.0.12 /go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI =
62
60
github.com/phpdave11/gofpdi v1.0.13 /go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI =
You can’t perform that action at this time.
0 commit comments