1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
diff --git a/Cargo.toml b/Cargo.toml
index cb77934..6b78274 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,22 +32,6 @@ repository = "https://github.com/servo/font-kit"
name = "font_kit"
path = "src/lib.rs"
-[[example]]
-name = "fallback"
-path = "examples/fallback.rs"
-
-[[example]]
-name = "list-fonts"
-path = "examples/list-fonts.rs"
-
-[[example]]
-name = "match-font"
-path = "examples/match-font.rs"
-
-[[example]]
-name = "render-glyph"
-path = "examples/render-glyph.rs"
-
[[test]]
name = "select_font"
path = "tests/select_font.rs"
@@ -88,18 +72,6 @@ version = "0.5.5"
version = "6.0"
optional = true
-[dev-dependencies.clap]
-version = "4"
-
-[dev-dependencies.colored]
-version = "2"
-
-[dev-dependencies.pbr]
-version = "1.0"
-
-[dev-dependencies.prettytable-rs]
-version = "0.10"
-
[features]
default = ["source"]
loader-freetype = ["freetype"]
|