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

Rewrite from proc-macro to build.rs #15

Merged
merged 16 commits into from
Nov 11, 2024
Merged

Rewrite from proc-macro to build.rs #15

merged 16 commits into from
Nov 11, 2024

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    4164a7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51e85f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    d8b3221 View commit details
    Browse the repository at this point in the history
  2. Update deps

    marlonbaeten committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4c8ec62 View commit details
    Browse the repository at this point in the history
  3. Add debugging statements

    marlonbaeten committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e2da878 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1700a4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. cargo fmt and typo fix

    cikzh committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    638807b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Updated README

    cikzh committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7fad903 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    41f07c8 View commit details
    Browse the repository at this point in the history
  2. Fix CI

    marlonbaeten committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0f7dade View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9078c4e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    980e06a View commit details
    Browse the repository at this point in the history
  2. Cleanup

    marlonbaeten committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c4a46a5 View commit details
    Browse the repository at this point in the history
  3. Always use OUT_DIR

    marlonbaeten committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6f0e481 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Fix windows paths

    marlonbaeten committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    693907d View commit details
    Browse the repository at this point in the history
  2. Fix tests

    marlonbaeten committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    56d6bf2 View commit details
    Browse the repository at this point in the history