ryot_tibia 0.2.3

Specializes in managing and integrating Tibia-specific legacy assets, tailored for games inspired by the classic Tibia.
Documentation
1
2
3
4
5
6
use std::io::Result;

fn main() -> Result<()> {
    prost_build::compile_protos(&["src/appearances.proto"], &["src/"])?;
    Ok(())
}