Re-exports
pub use window_manager::*;
Modules
- This module contains functions for logging.
- Math Library of CGL
- This module contains CGL utility functions, as well some miscellaneous functions.
- The window manager module is responsible for creating and managing windows. It is also responsible for handling input events and passing them to the appropriate window.
Macros
- Logs an error message with the specified format string and arguments.
- Logs an info message with the specified format string and arguments.
- Logs a trace message with the specified format string and arguments.
- Logs a warning message with the specified format string and arguments.
Functions
- Initializes the CGL library.