diff options
author | Nick White <git@njw.name> | 2020-07-27 00:22:15 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-07-27 00:22:15 +0100 |
commit | 8f22584952c2a3939caf0a69083931fcf3829a54 (patch) | |
tree | e34c06bf8c6b23c39b91d96c1cb6c03f1fdaf4ce /go.mod | |
parent | 80a7eec206e9887e286654ae3e9f9b4c0d4b89a0 (diff) |
Remove old "Window" based functions, in preference for the new Rect ones, and Proportion which was best in the preproc packagev0.4.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ module rescribe.xyz/integralimg + +go 1.14 |