goldy 0.1.0

Goldy - Modern Graphics Library
Documentation
1
2
3
4
5
6
7
8
9
10
//! Shared example rendering logic.
//!
//! This module contains rendering code that can be used by both
//! native and web examples, demonstrating Goldy's cross-platform abstraction.

pub mod common;
pub mod digital_clock;

pub use common::*;