refactor: use Slab for storing page section descriptions
This commit is contained in:
parent
17a74a512b
commit
f6e50f1d9b
24 changed files with 666 additions and 639 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1366,6 +1366,7 @@ dependencies = [
|
|||
"ron",
|
||||
"rust-embed",
|
||||
"serde",
|
||||
"slab",
|
||||
"slotmap",
|
||||
"static_init",
|
||||
"sunrise",
|
||||
|
|
@ -1397,6 +1398,7 @@ dependencies = [
|
|||
"libcosmic",
|
||||
"once_cell",
|
||||
"regex",
|
||||
"slab",
|
||||
"slotmap",
|
||||
"tokio",
|
||||
"url",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue