diff --git a/src/Cargo.toml b/src/Cargo.toml deleted file mode 100644 index 98537baec..000000000 --- a/src/Cargo.toml +++ /dev/null @@ -1,13 +0,0 @@ -[package] -name = "harfbuzz_fontations" -version = "0.1.0" -edition = "2021" - -[lib] -name = "harfbuzz_fontations" -crate-type = ["rlib"] - -[dependencies] -read-fonts = "0.20" -skrifa = "0.20" -libc = "0.2" diff --git a/src/fontations/lib.rs b/src/fontations/lib.rs index 30071133c..c6946e45b 100644 --- a/src/fontations/lib.rs +++ b/src/fontations/lib.rs @@ -6,7 +6,8 @@ use std::os::raw::{c_void}; use std::ptr::{null_mut}; // If you want to parse TTF/OTF with read-fonts, etc. import them: -// use read_fonts::FontRef; +//extern crate read_fonts; +//use read_fonts::FontRef; // use skrifa::{...}; // A struct for storing your “fontations” data