mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
cargo: Rename workspace-local library starting with c to servo_* (#43622)
- canvas - constellation_traits - canvas_traits - constellation Testing: This should not change any behaviour. --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
|
||||
use std::cell::Cell;
|
||||
|
||||
use canvas_traits::webgl::{
|
||||
use script_bindings::weakref::WeakRef;
|
||||
use servo_canvas_traits::webgl::{
|
||||
ActiveAttribInfo, WebGLCommand, WebGLError, WebGLResult, WebGLVersion, WebGLVertexArrayId,
|
||||
};
|
||||
use script_bindings::weakref::WeakRef;
|
||||
|
||||
use crate::dom::bindings::cell::{DomRefCell, Ref};
|
||||
use crate::dom::bindings::codegen::Bindings::WebGL2RenderingContextBinding::WebGL2RenderingContextConstants as constants2;
|
||||
|
||||
Reference in New Issue
Block a user