Skip to content

Commit

Permalink
Use stable svgtypes version.
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Aug 22, 2021
1 parent c926177 commit 465db24
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 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 tools/explorer-thumbnailer/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use winapi::shared::windef::{HBITMAP, HDC};
use winapi::um::objidlbase::{LPSTREAM, STATSTG};
use winapi::um::wingdi::{BI_RGB, BITMAPINFO, BITMAPINFOHEADER, DIB_RGB_COLORS, CreateDIBSection};
use com::sys::S_OK;
use usvg::{FitTo, SystemFontDB};
use usvg::FitTo;
use crate::error::Error;

pub unsafe fn tree_from_istream(pstream: LPSTREAM) -> Result<usvg::Tree, Error> {
Expand Down
2 changes: 1 addition & 1 deletion usvg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ xmlwriter = "0.1"
roxmltree = "0.14"
simplecss = "0.2.1"
siphasher = "0.3"
svgtypes = { git = "https://github.com/RazrFalcon/svgtypes", rev = "6b0891f" }
svgtypes = "0.6"

# for text to path
fontdb = { version = "0.6", optional = true, default-features = false }
Expand Down

0 comments on commit 465db24

Please sign in to comment.