Skip to content

Commit

Permalink
Remove the freetype feature by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorc committed Jul 10, 2024
1 parent f20ae48 commit 8c3baef
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 38 deletions.
75 changes: 38 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ keywords = ["papercraft", "handcraft"]
strip = "symbols"
lto = true

[features]
# In linux this is basically free, but in Windows this adds a bunch of dependencies
# for little gain.
freetype=["easy-imgui-window/freetype"]

[profile.dev.package.image]
opt-level = 3
[profile.dev.package.zip]
Expand Down Expand Up @@ -50,5 +55,5 @@ lazy_static = "1"
printpdf = { version = "0.7", features = ["embedded_images"], git = "https://github.com/rodrigorc/printpdf", rev = "6dcdb4d53e64d98feb91c51f717480dbddb57d7d" }

easy-imgui-sys = "0.6"
easy-imgui-window = { version = "0.6", features = ["freetype"] }
easy-imgui-window = "0.6"
easy-imgui-filechooser = "0.1"

0 comments on commit 8c3baef

Please sign in to comment.