mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-06-22 22:52:55 -05:00
Compare commits
2 commits
9e49b22b23
...
4e5cced21c
Author | SHA1 | Date | |
---|---|---|---|
4e5cced21c | |||
d3a0944e8c |
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "luca_pak"
|
name = "luca_pak"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = """
|
description = """
|
||||||
A crate for parsing and modifying PAK files from the LUCA System engine by
|
A crate for parsing and modifying PAK files from the LUCA System engine by
|
||||||
Prototype Ltd.
|
Prototype Ltd.
|
||||||
|
|
|
@ -207,7 +207,7 @@ impl Pak {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Encode a PAK file into a byte stream.
|
/// Encode a PAK file into a byte stream.
|
||||||
pub fn encode<T: Write + Seek>(
|
pub fn encode<T: Write>(
|
||||||
&self,
|
&self,
|
||||||
mut output: &mut T
|
mut output: &mut T
|
||||||
) -> Result<(), PakError> {
|
) -> Result<(), PakError> {
|
||||||
|
|
Loading…
Reference in a new issue