Skip to content

Commit acd37b5

Browse files
committed
WIP REMOVEME
1 parent 39de8f2 commit acd37b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "offscreen_gl_context"
33
license = "MIT / Apache-2.0"
4-
version = "0.6.0"
4+
version = "0.5.5"
55
authors = ["Emilio Cobos Álvarez <[email protected]>", "The Servo Project Developers"]
66
description = "Creation and manipulation of HW accelerated offscreen rendering contexts in multiple platforms. Originally intended for the Servo project's WebGL implementation."
77
repository = "https://github.com/emilio/rust-offscreen-rendering-context"
@@ -13,14 +13,15 @@ gl_generator = "0.5"
1313
[features]
1414
default = []
1515
osmesa = ["osmesa-sys"]
16+
serde_serialization = ["serde"]
1617
# NOTE: Just for testing use, there are no other changes
1718
test_egl_in_linux = []
1819
test_osmesa = []
1920

2021
[dependencies]
2122
log = "0.3"
2223
gleam = "0.2.31"
23-
euclid = "0.11"
24+
euclid = "0.10"
2425
serde = { version = "0.9", optional = true }
2526
osmesa-sys = { version = "0.1", optional = true }
2627

0 commit comments

Comments
 (0)