actually generate bindings

Yes `ffigen`, I did actually want you to generate the bindings, not a file consisting only of comments. Crazy, right?
This commit is contained in:
Henry Hiles 2026-09-10 15:20:56 -04:00
commit 3d7ef9b32f
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -16,6 +16,7 @@ void main(List<String> args) async {
path: Platform.script.resolve("../lib/src/third_party/gomuks.g.dart"),
),
),
visitors: [Visitor(func: (node) => node.isIncluded = true)],
input: .new(
entryPoints: [File(join(repoDir.path, "pkg", "ffi", "gomuksffi.h")).uri],
compilerOptions: [