mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
* Upgrade vendored version of WebRender * Patch WebRender: upgrade version of gleam * Restore hit testing implementation * Fix WebRender warnings * Adapt Servo to new WebRender * Update results * Add a workaround for #30313 This slightly expands text boundaries in order to take into account the fact that layout isn't measuring glyph boundaries.
11 lines
277 B
TOML
11 lines
277 B
TOML
[package]
|
|
name = "glsl-to-cxx"
|
|
version = "0.1.0"
|
|
license = "MPL-2.0"
|
|
authors = ["The Mozilla Project Developers", "Dimitri Sabadie"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
glsl = "4.0"
|