Skip to content

Commit

Permalink
Version 1.0.1a
Browse files Browse the repository at this point in the history
I noticed @alerque has an AUR version of MFEKglif, so, given how much
has changed, I find it necessary to bump the version. :-)
  • Loading branch information
ctrlcctrlv committed Nov 9, 2021
1 parent 68e2cf9 commit ad7e58d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "MFEKglif"
version = "1.0.0"
version = "1.0.1"
authors = ["Fredrick Brennan <copypaste@kittens.ph>", "Matthew Blanchard <matthewrblanchard@gmail.com>"] # + MFEK authors
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion src/editor/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use glifrenderer::{calc_x, calc_y};
use skulpin::skia_safe::Contains;
use skulpin::skia_safe::Point as SkPoint;
use skulpin::skia_safe::Rect as SkRect;
use MFEKmath::{Bezier, Evaluate, Piecewise, Primitive, Vector};
use MFEKmath::{Bezier, Piecewise, Primitive};

use super::Editor;

Expand Down

0 comments on commit ad7e58d

Please sign in to comment.