Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Consider turning bindgen into its own separate project #1

@atomicptr

Description

@atomicptr

The bindgen command probably shouldn't be part of the main build.zig but instead have its own sub project and have zig build generate just be a standalone build step that builds and calls bindgen.

Rough idea:

bindgen/
    src/       - bindgen source files
    build.zig

this has the added advantage of being able to remove zig-json as a dependency from godot-zig.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions