Skip to content

Commit

Permalink
Version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zenith391 committed Dec 8, 2019
1 parent 79b49b6 commit 0aa546f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ test
test.exe

# Temporary files
gtk3.tmp.c
fns.txt
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# GTK3 V
This is a wrapper for gtk3 in V. The advantage with using C.<function> is that gtk3-v uses V structs.
*TODO: readme*
Last stable version: **0.1.0**

This is a wrapper for gtk3 in V.
The advantage compared to using `C.<function>` is that gtk3-v uses V structs and does its best to have a good V style when "translating" GTK3-V.
This is mostly why the functions aren't auto-generated, as this doesn't creates any helpful structures nor does it splits the files, because it doesn't know what a container is, this wrapper knows it and offers a `Container` interface ready for use.
2 changes: 1 addition & 1 deletion v.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Module {
name: 'gtk3-v'
version: '0.0.1'
version: '0.1.0'
deps: []
}

0 comments on commit 0aa546f

Please sign in to comment.