Skip to content
This repository was archived by the owner on Jun 8, 2020. It is now read-only.

Commit a4232aa

Browse files
author
bors-servo
authored
Auto merge of #133 - glennw:fix-android, r=Wafflespeanut
Fix android compilation error due to missing import. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/skia/133) <!-- Reviewable:end -->
2 parents 62a6664 + b50162a commit a4232aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "servo-skia"
4-
version = "0.30000004.0"
4+
version = "0.30000004.1"
55
authors = ["The Skia Project Developers and The Servo Project Developers"]
66
description = "2D graphic library for drawing Text, Geometries, and Images"
77
license = "BSD-3-Clause"

src/gl_context_android.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
use euclid::size::Size2D;
99
use egl::egl;
10+
use gleam::gl;
1011
use std::ptr;
1112
use std::rc::Rc;
1213

0 commit comments

Comments
 (0)