Skip to content

Commit abb2a05

Browse files
committed
Updates
1 parent bbbbe56 commit abb2a05

File tree

20 files changed

+1420
-903
lines changed

20 files changed

+1420
-903
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,10 @@
1919
"coverage-gutters.coverageBaseDir": ".",
2020
"coverage-gutters.coverageFileNames": [
2121
"lcov.info"
22-
]
22+
],
23+
"workbench.colorCustomizations": {
24+
"activityBar.background": "#24311C",
25+
"titleBar.activeBackground": "#334427",
26+
"titleBar.activeForeground": "#FAFBF9"
27+
}
2328
}

Cargo.lock

Lines changed: 63 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

complex-indifference/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ license.workspace = true
66
edition.workspace = true
77

88
[features]
9+
default = ["unicode-width"]
910
unicode-width = ["dep:unicode-width"]
11+
no-unsafe = []
1012

1113
[dependencies]
1214
unicode-width = { version = "0.2.0", optional = true }

0 commit comments

Comments
 (0)