mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-09 16:07:55 -06:00
16 lines
233 B
Rust
16 lines
233 B
Rust
//! Pac-Man game library crate.
|
|
|
|
pub mod app;
|
|
pub mod asset;
|
|
pub mod audio;
|
|
pub mod constants;
|
|
pub mod ecs;
|
|
pub mod entity;
|
|
pub mod error;
|
|
pub mod game;
|
|
pub mod helpers;
|
|
pub mod input;
|
|
pub mod map;
|
|
pub mod platform;
|
|
pub mod texture;
|