Fix filename

This commit is contained in:
Laurenz 2022-02-02 10:40:26 +01:00
parent fe70db1f4c
commit a3f151df82
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -914,9 +914,9 @@ dependencies = [
[[package]] [[package]]
name = "tiny-skia" name = "tiny-skia"
version = "0.6.2" version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4c662c6d1a220908c4903d29de4327b83ff646209a7a516b53688a2fb6e4562" checksum = "1bcfd4339bdd4545eabed74b208f2f1555f2e6540fb58135c01f46c0940aa138"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"arrayvec 0.5.2", "arrayvec 0.5.2",

View File

@ -10,7 +10,7 @@ pub mod deco;
pub mod flow; pub mod flow;
pub mod grid; pub mod grid;
pub mod heading; pub mod heading;
pub mod hidden; pub mod hide;
pub mod image; pub mod image;
pub mod link; pub mod link;
pub mod list; pub mod list;
@ -34,7 +34,7 @@ pub use deco::*;
pub use flow::*; pub use flow::*;
pub use grid::*; pub use grid::*;
pub use heading::*; pub use heading::*;
pub use hidden::*; pub use hide::*;
pub use link::*; pub use link::*;
pub use list::*; pub use list::*;
pub use pad::*; pub use pad::*;