Update versions
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user