Update versions

This commit is contained in:
daa84
2017-08-21 18:10:52 +03:00
parent 6964d2e756
commit 197fa9534e
4 changed files with 161 additions and 169 deletions

View File

@@ -10,7 +10,6 @@ extern crate cairo;
extern crate pango;
extern crate pango_sys;
extern crate pangocairo;
extern crate pangocairo_sys;
extern crate neovim_lib;
extern crate phf;
#[macro_use]

View File

@@ -6,8 +6,6 @@ use std::ffi::CStr;
use pango;
use pango_sys;
use cairo;
use pangocairo_sys;
use glib::translate::*;
@@ -46,7 +44,3 @@ pub fn pango_shape(
}
}
pub fn pango_cairo_show_glyph_string(ctx: &cairo::Context, font: &pango::Font, glyphs: &pango::GlyphString) {
pangocairo_sys::pango_cairo_show_glyph_string();
}