feat: generate bindings with ffigen

This commit is contained in:
Aleksey Kulikov 2021-06-01 20:38:32 +03:00
parent 9d81c715ff
commit 1414d5f6d7
95 changed files with 38582 additions and 6 deletions

2
lib/libgit2dart.dart Normal file
View file

@ -0,0 +1,2 @@
export 'src/repository.dart';
export 'src/error.dart';