refactor: split cargo workspace
This commit is contained in:
parent
5db14936e7
commit
1c21bd1259
695 changed files with 32023 additions and 44964 deletions
2631
crates/toml-spec/spec/spec.generated.json
Normal file
2631
crates/toml-spec/spec/spec.generated.json
Normal file
File diff suppressed because it is too large
Load diff
5823
crates/toml-spec/spec/spec.generated.md
Normal file
5823
crates/toml-spec/spec/spec.generated.md
Normal file
File diff suppressed because it is too large
Load diff
4813
crates/toml-spec/spec/spec.yaml
Normal file
4813
crates/toml-spec/spec/spec.yaml
Normal file
File diff suppressed because it is too large
Load diff
10
crates/toml-spec/spec/template.md
Normal file
10
crates/toml-spec/spec/template.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Jay TOML Config
|
||||
|
||||
This document describes the format of the TOML configuration of the Jay compositor.
|
||||
|
||||
A JSON Schema for this format is available at [spec.generated.json](./spec.generated.json). You can include this file in your editor to get auto completion.
|
||||
|
||||
Start at the top-level type: [Config](#types-config).
|
||||
|
||||
## Types
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue