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,8 +1,11 @@
//! OpenGL renderer errors and submodule.
use egui_glow::PainterError;
use thiserror::Error;
pub mod renderer;
/// Errors from OpenGL context or painter initialization.
#[derive(Error, Debug)]
pub enum OpenGlError {
#[error("Failed to get baseview's GL context")]