Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
url = https://github.com/kseo/sfnt2woff.git
[submodule "vendor/woff2/source"]
path = vendor/woff2/source
url = https://github.com/google/woff2.git
url = https://github.com/copies/woff2.git
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "woff"
version = "0.6.1"
edition = "2021"
version = "0.6.2"
edition = "2024"
license = "Apache-2.0 OR MIT"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
description = "The package provides a converter for Web Open Font Format."
Expand Down
2 changes: 1 addition & 1 deletion src/version1/ffi.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extern "C" {
unsafe extern "C" {
pub fn woffEncode(
sfntData: *const u8,
sfntLen: u32,
Expand Down
2 changes: 1 addition & 1 deletion src/version2/ffi.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
extern "C" {
unsafe extern "C" {
pub fn ComputeTTFToWOFF2Size(
data: *const u8,
length: libc::size_t,
Expand Down
2 changes: 1 addition & 1 deletion vendor/woff2/source
Submodule source updated 1 files
+1 −0 include/woff2/output.h
Loading