mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-09 08:08:13 -06:00
14 lines
205 B
Rust
14 lines
205 B
Rust
//! Pac-Man game library crate.
|
|
|
|
pub mod app;
|
|
pub mod asset;
|
|
pub mod audio;
|
|
pub mod constants;
|
|
pub mod error;
|
|
pub mod events;
|
|
pub mod game;
|
|
pub mod map;
|
|
pub mod platform;
|
|
pub mod systems;
|
|
pub mod texture;
|