Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ foo*
python
docs
flamegraph.svg
node_modules/
*.fontspectorplugin
package-lock.json
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To do this:

```
npm install
rpm run build-microsoft # build-adobe, build-test...
npm run build-microsoft # build-adobe, build-test...
```

This will produce a file called `microsoft.fontspectorplugin`; to use this, run
Expand Down
2 changes: 1 addition & 1 deletion fontspector-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ profile-googlefonts = { path = "../profile-googlefonts", package = "fontspector-
serde_json = { workspace = true, features = ["preserve_order"] }
profile-iso15008 = { path = "../profile-iso15008", package = "fontspector-profile-iso15008" }
profile-adobe = { path = "../profile-adobe", package = "fontspector-profile-adobe" }
profile-microsoft = { path = "../profile-microsoft", package = "fontspector-profile-microsoft" }
profile-microsoft = { path = "../profile-microsoft", package = "profile-microsoft" }

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion profile-microsoft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "fontspector-profile-microsoft"
name = "profile-microsoft"
version = "0.1.0"
edition = "2021"

Expand Down
Loading