You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
395 B
15 lines
395 B
[package] |
|
name = "profont" |
|
version = "0.1.0" |
|
authors = ["Wesley Moore <wes@wezm.net>"] |
|
|
|
[dependencies] |
|
embedded-graphics = "0.4" |
|
|
|
font-kit = { version = "0.1", optional = true } |
|
euclid = { version = "0.19", optional = true } |
|
image = { version = "0.20", optional = true, default-features = false, features = ["png_codec"] } |
|
|
|
[features] |
|
default-features = [] |
|
exe = ["font-kit", "euclid", "image"]
|
|
|