mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
webgl: Add feature to store backtraces for each WebGL API call for easier debugging.
This commit is contained in:
parent
515afac456
commit
5dc80dd07a
12 changed files with 82 additions and 16 deletions
|
@ -42,3 +42,4 @@ debugmozjs = ["libservo/debugmozjs"]
|
|||
unstable = ["libservo/unstable"]
|
||||
googlevr = ["libservo/googlevr"]
|
||||
oculusvr = ["libservo/oculusvr"]
|
||||
webgl_backtrace = ["libservo/webgl_backtrace"]
|
|
@ -30,6 +30,7 @@ webdriver = ["libservo/webdriver"]
|
|||
energy-profiling = ["libservo/energy-profiling"]
|
||||
debugmozjs = ["libservo/debugmozjs"]
|
||||
unstable = ["libservo/unstable"]
|
||||
webgl_backtrace = ["libservo/webgl_backtrace"]
|
||||
|
||||
[target.'cfg(not(target_os = "android"))'.dependencies]
|
||||
backtrace = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue