mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Use surfman for managing GL surfaces
Co-authored-by: Alan Jeffrey <ajeffrey@mozilla.com> Co-authored-by: Zakor Gyula <gyula.zakor@h-lab.eu> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
48d918dcde
commit
a358bca766
52 changed files with 1929 additions and 2195 deletions
|
@ -28,6 +28,7 @@ rand = [
|
|||
# Ignored packages with duplicated versions
|
||||
packages = [
|
||||
"cgl",
|
||||
"cocoa",
|
||||
"gl_generator", # https://github.com/servo/servo/pull/23288#issuecomment-494687746
|
||||
"gleam",
|
||||
"proc-macro2",
|
||||
|
@ -35,6 +36,7 @@ packages = [
|
|||
"syn",
|
||||
"synstructure",
|
||||
"unicode-xid",
|
||||
"wayland-sys",
|
||||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
files = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue