Skip to content

Commit 7172d5f

Browse files
updated
1 parent 45a03ec commit 7172d5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Oviously the codes are not platform independent since I used all the native Wind
1414

1515
Some external Go packages are used to develop this application -
1616

17-
- The Windows API wrapper from lxn. Link - https://github.com/lxn/win
18-
- 'Go Graphics' is used only for the Brush Tool. Link - https://github.com/fogleman/gg
19-
- Go Images for additional formats encoding/decoding. Link - https://github.com/golang/image
17+
- The Windows API wrapper from lxn. Link - https://github.com/lxn/win
18+
- 'Go Graphics' is used only for the Brush Tool. Link - https://github.com/fogleman/gg
19+
- Go Images for additional formats encoding/decoding. Link - https://github.com/golang/image
2020

2121
During bulding this application I made two internal packages for convinience and more cleaner design. I sepereated the GUI codes from the main package and put it into a new internal package named 'reza'. Also I made a GDI+ wrapper package named 'gdiplus'. For now both packages are included as internal packages but I really have plan to move them as seperate packages and keep as seperate repositories on Github. So that people can use them for their projects.
2222

0 commit comments

Comments
 (0)