Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add options to zig compile #3115

Merged
merged 5 commits into from
Jun 18, 2023
Merged

Add options to zig compile #3115

merged 5 commits into from
Jun 18, 2023

Commits on Jun 17, 2023

  1. Add options to zig compile options

    Support for compiling with raygui, raymath, and physac.
    Also outputs the required headers.
    
    Raygui should be located `../raygui` relative to the repo root
    Physac should be located `../physac` relative to the repo root
    
    This behavior matches options in the Makefile
    dantecatalfamo committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    9314580 View commit details
    Browse the repository at this point in the history
  2. Move Options struct

    dantecatalfamo committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    b332d87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfef692 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cd846d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8c0761 View commit details
    Browse the repository at this point in the history