mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-25 14:05:41 -05:00
Remove orphan servo-freetype-proxy folder
This commit is contained in:
parent
637c775a99
commit
06c07d3c75
3 changed files with 0 additions and 17 deletions
|
@ -1,11 +0,0 @@
|
|||
[package]
|
||||
name = "servo-freetype-sys"
|
||||
version = "4.0.3"
|
||||
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
|
||||
|
||||
[lib]
|
||||
name = "freetype_sys"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
freetype-sys = "*"
|
|
@ -1,4 +0,0 @@
|
|||
This crate only exists to allow us to force `servo-fontconfig-sys` to
|
||||
use `freetype-sys` instead of `servo-freetype-sys`, which is in turn
|
||||
needed so that we don't try to link with `freetype` multiple times from
|
||||
different crates.
|
|
@ -1,2 +0,0 @@
|
|||
extern crate freetype_sys;
|
||||
pub use freetype_sys::*;
|
Loading…
Reference in a new issue