Generate visual parameter and foliage catalogs (#48)
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
extern crate self as libremetaverse;
|
||||
|
||||
mod bit_pack;
|
||||
#[rustfmt::skip] // Deterministic machine output is formatted by the pinned generator.
|
||||
mod foliage_catalog;
|
||||
mod generated;
|
||||
mod j2k;
|
||||
mod message_codec;
|
||||
@@ -10,6 +12,8 @@ mod message_codec;
|
||||
pub mod packet_catalog;
|
||||
mod packet_wire;
|
||||
mod targa;
|
||||
#[rustfmt::skip] // Deterministic machine output is formatted by the pinned generator.
|
||||
mod visual_catalog;
|
||||
|
||||
#[cfg(test)]
|
||||
mod appearance_baker_semantics;
|
||||
|
||||
Reference in New Issue
Block a user