mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
ci: Format toml files
... using taplo with default settings I tried this with 4 spaces indentation, but the patch is almost as big as this one, so I went with default settings instead as that is just easier:-)
This commit is contained in:
parent
51f7834f56
commit
cd6f2e2cf2
65 changed files with 1050 additions and 462 deletions
|
@ -20,7 +20,10 @@ path = "src/main.rs"
|
|||
name = "usecases"
|
||||
|
||||
[dependencies]
|
||||
slint = { path = "../../../api/rs/slint", features = ["serde", "backend-android-activity-06"] }
|
||||
slint = { path = "../../../api/rs/slint", features = [
|
||||
"serde",
|
||||
"backend-android-activity-06",
|
||||
] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
|
@ -30,5 +33,3 @@ console_error_panic_hook = "0.1.5"
|
|||
|
||||
[build-dependencies]
|
||||
slint-build = { path = "../../../api/rs/build" }
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue