Feat: add hidden mode and new documentation
Some checks failed
Deploy Website / deploy (push) Failing after 29s

This commit is contained in:
2026-02-26 12:31:56 +01:00
parent 8af17c01d8
commit b728b38d6e
95 changed files with 1055 additions and 286 deletions

View File

@@ -1,3 +1,5 @@
//! GPU renderer backend selection (currently OpenGL only).
#[cfg(feature = "opengl")]
mod opengl;
#[cfg(feature = "opengl")]