Skip to content

Commit 4d54597

Browse files
authored
upgrade arche-model to v0.0.5 (#16)
1 parent 89308ca commit 4d54597

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* Renamed `Window.Add` to `Window.With`, taking drawer VarArgs and allows for chaining (#8, #11)
88
* `Drawer` interface has method `Update(w *ecs.World)` (#8)
99
* All plots are `Drawer` instead of `UISystem`, and are added to a `Window` (#8)
10-
* Upgrade to `arche-model` v0.0.4 (#9, #10)
1110
* Fields of `Bounds` renamed from `Width` and `Height` to `W` and `H` (#15)
11+
* Upgrade to `arche-model` v0.0.5 (#16)
1212

1313
### Features
1414

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/faiface/pixel v0.10.0
77
github.com/mazznoer/colorgrad v0.9.1
88
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
1010
github.com/stretchr/testify v1.8.1
1111
golang.org/x/image v0.5.0
1212
gonum.org/v1/plot v0.12.0

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@ github.com/mazznoer/csscolorparser v0.1.2 h1:/UBHuQg792ePmGFzTQAC9u+XbFr7/HzP/Gj
5353
github.com/mazznoer/csscolorparser v0.1.2/go.mod h1:Aj22+L/rYN/Y6bj3bYqO3N6g1dtdHtGfQ32xZ5PJQic=
5454
github.com/mlange-42/arche v0.6.2 h1:yYCZmtCV0ZYZS09byflWszaJvIBERnF+3BZ9L6OSYas=
5555
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=
6058
github.com/phpdave11/gofpdf v1.4.2/go.mod h1:zpO6xFn9yxo3YLyMvW8HcKWVdbNqgIfOOp2dXMnm1mY=
6159
github.com/phpdave11/gofpdi v1.0.12/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI=
6260
github.com/phpdave11/gofpdi v1.0.13/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI=

0 commit comments

Comments
 (0)