mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
I'm not sure how we want to handle Linux cursors, and GLFW has no ability to set cursors (short of disabling it and managing it yourself).
37 lines
699 B
TOML
37 lines
699 B
TOML
[package]
|
|
|
|
name = "msg"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
|
|
[lib]
|
|
name = "msg"
|
|
path = "lib.rs"
|
|
|
|
[dependencies.style]
|
|
path = "../style"
|
|
|
|
[dependencies.util]
|
|
path = "../util"
|
|
|
|
[dependencies.azure]
|
|
git = "https://github.com/servo/rust-azure"
|
|
|
|
[dependencies.geom]
|
|
git = "https://github.com/servo/rust-geom"
|
|
|
|
[dependencies.hyper]
|
|
git = "https://github.com/servo/hyper"
|
|
branch = "servo"
|
|
|
|
[dependencies.layers]
|
|
git = "https://github.com/servo/rust-layers"
|
|
|
|
[dependencies.core_foundation]
|
|
git = "https://github.com/servo/rust-core-foundation"
|
|
|
|
[dependencies.io_surface]
|
|
git = "https://github.com/servo/rust-io-surface"
|
|
|
|
[dependencies.url]
|
|
git = "https://github.com/servo/rust-url"
|