Desk
Desk copied to clipboard
🔮 The application platform for your cyberpunk desk
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bevy](https://bevyengine.org) ([source](https://togithub.com/bevyengine/bevy)) | workspace.dependencies | minor | `0.10` -> `0.11` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ariadne](https://togithub.com/zesterer/ariadne) | dev-dependencies | minor | `0.2` -> `0.3` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pretty_assertions](https://togithub.com/rust-pretty-assertions/rust-pretty-assertions) | dev-dependencies | minor | `1.3.0` -> `1.4.0` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uuid](https://togithub.com/uuid-rs/uuid) | dev-dependencies | minor | `1.3` -> `1.4` | ---...
Span data
The current parser emits AST with span data of `0..0`. `parol` have a way to get span for syntax elements. - [x] Define `SpanStorage` trait - [x] Use `parol` with...
`'ref type` is something like a `Arc` and `'mut type` is something like a `Arc`. ## Syntax ```desk 'ref 1 ``` ```desk $ 'mut 1; // update the value 'mutate...