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

Feature/fix sort #2

Merged
merged 7 commits into from
Aug 3, 2024
Merged

Feature/fix sort #2

merged 7 commits into from
Aug 3, 2024

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    3d2c464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5a37fc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fix: attempt fix

    SARDONYX-sard committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2e657ab View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. fix(bytes_ser): fix wrong write rule

    At this point, perhaps the array writing could still be wrong. (The binary data in `skeleton.hkx` is not reproducible yet.)
    SARDONYX-sard committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    00fefa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    448b366 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. fix: fix dependencies, license(GPL violation) & remove GPL crate

    GPL tainted because `rhexdump` crate was GPL.
    
    Next, license check and dependency check by `cargo-deny` are performed to repel GPL.
    
    The last commit eliminates all GPL dependencies.
    
    But since the git object contains the GPL, we rewrite the history completely after eliminating the GPL code at the end of this, just in case.
    SARDONYX-sard committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8ea9cb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22b6a98 View commit details
    Browse the repository at this point in the history