Files
servo/tests/unit/script/Cargo.toml
Pyfisch c8619424f2 Minor keyboard updates
Support combined character input from winit.
Make use of utility methods from keyboard-types.
Remove prinatable attribute of KeyboardEvent.
2018-10-13 20:30:30 +02:00

16 lines
315 B
TOML

[package]
name = "script_tests"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
[lib]
name = "script_tests"
path = "lib.rs"
[dependencies]
euclid = "0.19"
keyboard-types = "0.4.2-servo"
script = {path = "../../../components/script"}
servo_url = {path = "../../../components/url"}