mirror of
https://github.com/penpot/penpot.git
synced 2026-03-21 18:03:47 +00:00
5 lines
148 B
Rust
5 lines
148 B
Rust
pub const DEBUG_VISIBLE: u32 = 0x01;
|
|
pub const PROFILE_REBUILD_TILES: u32 = 0x02;
|
|
pub const FAST_MODE: u32 = 0x04;
|
|
pub const INFO_TEXT: u32 = 0x08;
|