1 2 3 4 5 6 7 8 9
// SPDX-FileCopyrightText: © The `quake3` Rust crate authors // SPDX-License-Identifier: MIT OR Apache-2.0 //! Bits and pieces of (io)Quake3 #![warn(missing_docs)] pub mod arena; pub mod info;