mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is.
16 lines
326 B
TOML
16 lines
326 B
TOML
[package]
|
|
name = "script_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "script_tests"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
euclid = "0.20"
|
|
keyboard-types = "0.4.3"
|
|
script = {path = "../../../components/script"}
|
|
servo_url = {path = "../../../components/url"}
|