chore(engine): final cleanup after platform abstraction refactor (closes #51)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
//! Platform-specific persistent storage backends.
|
||||
//!
|
||||
//! Native builds persist bytes under the app data directory, while browser
|
||||
//! builds route the same engine API through `localStorage`.
|
||||
|
||||
use std::io;
|
||||
use std::sync::Arc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user