mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update to the new release of surfman, and consume it without using the `patches` section in Cargo.toml.
17 lines
273 B
TOML
17 lines
273 B
TOML
[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.22"
|
|
surfman = "0.6"
|
|
surfman-chains = "0.7"
|
|
|