#!/usr/bin/ruby.ruby3.4 

$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")))
require 'ffi-swig-generator'

FFI::Generator::Application.run

