sega_cmp 0.2.0

Library to compress data using Sega's CMP format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.cc]
version = "1.0"

[dependencies.libc]
version = "0.2.36"

[package]
authors = ["Misty De Meo <mistydemeo@gmail.com>", "MrConan1"]
build = "build.rs"
description = "Library to compress data using Sega's CMP format"
homepage = "https://github.com/studio-lucia/sega_cmp"
include = ["src/lib.rs", "Cargo.toml", "build.rs", "compress_rtns.*"]
license = "LGPL-3.0"
name = "sega_cmp"
repository = "https://github.com/studio-lucia/sega_cmp"
version = "0.2.0"