Skip to content

Commit

Permalink
Update to current swash 0.1.19 (#124)
Browse files Browse the repository at this point in the history
This lets everything use the same version of the Fontations
dependencies.
  • Loading branch information
waywardmonkeys authored Oct 7, 2024
1 parent 1dddf84 commit e5370ce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 41 deletions.
51 changes: 11 additions & 40 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ fontique = { version = "0.1.0", default-features = false, path = "fontique" }
parley = { version = "0.1.0", default-features = false, path = "parley" }
peniko = { version = "0.2.0", default-features = false }
skrifa = { version = "0.22.3", default-features = false }
swash = { version = "0.1.18", default-features = false }
swash = { version = "0.1.19", default-features = false }
4 changes: 4 additions & 0 deletions fontique/src/attributes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

//! Properties for specifying font weight, stretch and style.

// This is unused due to an issue in CI and the fact that our
// no_std support doesn't really work correctly yet.
// See https://github.com/linebender/parley/issues/86
#[cfg(not(feature = "std"))]
#[allow(unused_imports)]
use core_maths::*;

use core::fmt;
Expand Down

0 comments on commit e5370ce

Please sign in to comment.