penpot/render-wasm/src/options.rs
2025-04-24 07:34:35 +02:00

2 lines
82 B
Rust

pub const DEBUG_VISIBLE: u32 = 0x01;
pub const PROFILE_REBUILD_TILES: u32 = 0x02;