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

Make ptrcalls opt-in #973

Merged
merged 1 commit into from
Nov 30, 2022
Merged

Commits on Nov 26, 2022

  1. Make ptrcalls opt-in

    This implements cuddlefishie's suggestion in godot-rust#814, but with the
    semantics reversed to better conform with Cargo's additive combination
    of features.
    
    - Added the new feature flag `ptrcall`, which enables performant API
      calls at the cost of forward binary compatibility with the engine.
    - Added tests with and without the feature to the full CI suite.
    chitoyuu committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    416e24d View commit details
    Browse the repository at this point in the history