mirror of https://github.com/Leinnan/rpack.git
Update lib.rs
This commit is contained in:
parent
0f9ab63a1f
commit
c6cb020248
|
|
@ -118,7 +118,7 @@ pub enum SpritesheetError {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Configuration for building a `Spritesheet`.
|
/// Configuration for building a `Spritesheet`.
|
||||||
#[derive(Debug, Clone, PartialEq)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct SpritesheetBuildConfig {
|
pub struct SpritesheetBuildConfig {
|
||||||
/// Configuration for the texture packer.
|
/// Configuration for the texture packer.
|
||||||
pub packer_config: TexturePackerConfig,
|
pub packer_config: TexturePackerConfig,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue