Skip to content

Commit

Permalink
Reduce published crate size
Browse files Browse the repository at this point in the history
  • Loading branch information
epilys committed Mar 22, 2023
1 parent 08b0afc commit 614eecd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 108 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repository = "https://github.com/epilys/gerb"
keywords = ["font", "fonts", "editor", "ufo", "typography"]
categories = ["graphics"]
default-run = "gerb"
exclude = ["Makefile", "src/unicode/names/unicode.py", "/tests", "/docs", ".*", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "DEVELOPMENT.md", "/*.py", "/*.png", "*.scss", "src/themes/**/README"]

[[bin]]
name = "gerb"
Expand Down
2 changes: 0 additions & 2 deletions src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

mod workspace;
pub use workspace::*;
mod minimap;
pub use minimap::*;

use crate::prelude::*;
use gtk::glib::subclass::Signal;
Expand Down
106 changes: 0 additions & 106 deletions src/window/minimap.rs

This file was deleted.

0 comments on commit 614eecd

Please sign in to comment.