From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- servo/ports/geckolib/tests/Cargo.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 servo/ports/geckolib/tests/Cargo.toml (limited to 'servo/ports/geckolib/tests/Cargo.toml') diff --git a/servo/ports/geckolib/tests/Cargo.toml b/servo/ports/geckolib/tests/Cargo.toml new file mode 100644 index 0000000000..663b205333 --- /dev/null +++ b/servo/ports/geckolib/tests/Cargo.toml @@ -0,0 +1,27 @@ +[package] +name = "stylo_tests" +version = "0.0.1" +authors = ["The Servo Project Developers"] +license = "MPL-2.0" + +[lib] +name = "stylo_tests" +path = "lib.rs" +doctest = false + +[dependencies] +atomic_refcell = "0.1" +cssparser = "0.28" +cstr = "0.2" +env_logger = { version = "0.8", default-features = false } +geckoservo = {path = "../../../ports/geckolib"} +libc = "0.2" +log = {version = "0.4", features = ["release_max_level_info"]} +malloc_size_of = {path = "../../../components/malloc_size_of"} +num-traits = "0.2" +selectors = {path = "../../../components/selectors"} +size_of_test = {path = "../../../components/size_of_test"} +smallvec = "1.0" +style_traits = {path = "../../../components/style_traits"} +style = {path = "../../../components/style", features = ["gecko"]} +to_shmem = {path = "../../../components/to_shmem"} -- cgit v1.2.3