mirror of
https://github.com/penpot/penpot.git
synced 2026-03-15 06:56:06 +00:00
4 lines
115 B
Rust
4 lines
115 B
Rust
pub const DEBUG_VISIBLE: u32 = 0x01;
|
|
pub const PROFILE_REBUILD_TILES: u32 = 0x02;
|
|
pub const FAST_MODE: u32 = 0x04;
|