From 0aa546fb55162bda528ef57377ca7f763bf550d8 Mon Sep 17 00:00:00 2001 From: zenith391 Date: Sun, 8 Dec 2019 10:32:43 +0100 Subject: [PATCH] Version 0.1.0 --- .gitignore | 2 ++ README.md | 7 +++++-- v.mod | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b5d72ba..6ad89f7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ test test.exe # Temporary files +gtk3.tmp.c +fns.txt diff --git a/README.md b/README.md index f60779d..074d22d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # GTK3 V -This is a wrapper for gtk3 in V. The advantage with using C. 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.` 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. diff --git a/v.mod b/v.mod index d2f4068..bf36a84 100644 --- a/v.mod +++ b/v.mod @@ -1,5 +1,5 @@ Module { name: 'gtk3-v' - version: '0.0.1' + version: '0.1.0' deps: [] } \ No newline at end of file