Skip to content

Commit 9c1cb99

Browse files
committed
Release 0.2.8 version
1 parent c49631c commit 9c1cb99

File tree

5 files changed

+24
-100
lines changed

5 files changed

+24
-100
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "figma-linux-rust-binding"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Chugunov Roman"]
55
license = "GPL-2.0-only"
66
edition = "2018"
@@ -10,7 +10,7 @@ exclude = ["index.node"]
1010
crate-type = ["cdylib"]
1111

1212
[dependencies]
13-
libfonthelper = "0.3.4"
13+
libfonthelper = "0.3.5"
1414

1515
[dependencies.neon]
1616
version = "0.9"

check.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const { getFonts } = require("./index.js");
2+
3+
(async () => {
4+
const fonts = await getFonts(["/home/ruut/.local/share/fonts/Segoe"]);
5+
6+
console.log("fonts: ", fonts);
7+
})();

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "figma-linux-rust-binding",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Rust module that makes object of meta data of fonts",
55
"main": "native/index.node",
66
"author": "ChugunovRoman <[email protected]>",
@@ -37,4 +37,4 @@
3737
"build-debug": "npm run build --",
3838
"build-release": "npm run build -- --release"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)