mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 09:57:14 +02:00
♻️ Refactor how rebuild_tiles works
This commit is contained in:
parent
fef342b489
commit
caf13eb774
8 changed files with 63 additions and 15 deletions
2
render-wasm/src/options.rs
Normal file
2
render-wasm/src/options.rs
Normal file
|
@ -0,0 +1,2 @@
|
|||
pub const DEBUG_VISIBLE: u32 = 0x01;
|
||||
pub const PROFILE_REBUILD_TILES: u32 = 0x02;
|
Loading…
Add table
Add a link
Reference in a new issue