mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update surfman to 0.2 and remove glutin
This commit is contained in:
parent
9dbc6554f0
commit
8bb1732258
94 changed files with 2265 additions and 1513 deletions
17
components/webrender_surfman/Cargo.toml
Normal file
17
components/webrender_surfman/Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "webrender_surfman"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "webrender_surfman"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
euclid = "0.20"
|
||||
surfman = "0.2"
|
||||
surfman-chains = "0.3"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue