Add spdx identifiers

This commit is contained in:
Jeremy Soller 2022-10-25 14:42:26 -06:00
parent 84f4381cdf
commit a3ccbd0481
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
pub use fontdb::{Family, Stretch, Style, Weight};
pub struct Attrs<'a> {

View file

@ -1,3 +1,5 @@
// SPDX-License-Identifier: MIT OR Apache-2.0
use std::collections::HashMap;
use swash::scale::{ScaleContext, image::Content};
use swash::scale::{Render, Source, StrikeWith};