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

Removes dependency on libc #95

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 15, 2021

  1. Got rid of libc

    tanis2000 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    b8ff9c4 View commit details
    Browse the repository at this point in the history
  2. Updated gcc-rs to cc-rs

    tanis2000 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    fe2c290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ffc916 View commit details
    Browse the repository at this point in the history
  4. Removed commented out code

    tanis2000 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    a15b550 View commit details
    Browse the repository at this point in the history
  5. Added a new feature called use_libc (default) to keep the same behavi…

    …or as before.
    
    Compile with no-default-features to use std::os::raw types.
    Got rid of the manual bindings. Bindings get generated at compile time for the target architecture.
    Updated stb_image to version 2.22
    Added a test to check if the library actually works with a sample image
    tanis2000 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    8e1d050 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1d644a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    290ff2b View commit details
    Browse the repository at this point in the history