SARDONYX-sard / serde-hkx

Pure Rust cross-platform Havok behavior (De)Serialization library.(ver. hk_2010.2.0-r1)
https://www.nexusmods.com/skyrimspecialedition/mods/126214/
MIT License
6 stars 0 forks source link

Feature/fix sort #2

Closed SARDONYX-sard closed 3 months ago

SARDONYX-sard commented 3 months ago

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 remove GPL crates.

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.