mirror of
https://github.com/servo/servo
synced 2026-05-14 10:56:44 +02:00
Support combined character input from winit. Make use of utility methods from keyboard-types. Remove prinatable attribute of KeyboardEvent.
16 lines
315 B
TOML
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"}
|