mirror of
https://github.com/penpot/penpot.git
synced 2026-03-19 17:03:44 +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;
|