mirror of
https://github.com/penpot/penpot.git
synced 2026-05-01 06:08:09 +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;
|